diff options
author | Jesús <heckyel@hyperbola.info> | 2018-03-02 12:26:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-03-02 12:26:09 -0500 |
commit | 94af90c4e0fcb133f14854a056f598d6c7bca1bd (patch) | |
tree | ab878f68488d5fc6c0c2154a378eae76f5384d2d /css | |
parent | 8b334efca33e52a0b5bd35edd448365bd5632845 (diff) | |
download | maqueta-bootstrap-94af90c4e0fcb133f14854a056f598d6c7bca1bd.tar.lz maqueta-bootstrap-94af90c4e0fcb133f14854a056f598d6c7bca1bd.tar.xz maqueta-bootstrap-94af90c4e0fcb133f14854a056f598d6c7bca1bd.zip |
corrige sintaxis
elimina h6 inválidos que disminuyen el SEO
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; + } +} |