diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/estilos.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/css/estilos.css b/css/estilos.css index 1cd5b00..cd01ee2 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -51,11 +51,17 @@ h6.espacio-libre{ /* -- Media Querie -- */ @media screen and (max-width: 768px) { .post .thumb { - width: 100%; - margin-bottom: 20px; - margin-right: 0; + width: 100%; + margin-bottom: 20px; + margin-right: 0; } .jumbotron-dbs h1, p.tituloheader{ - margin-left: 15px; + margin-left: 15px; } } + +@media screen and (max-width: 640px) { + h1.encuadre { + font-size: 2rem; + } +} |