diff options
Diffstat (limited to 'css/estilos.css')
-rw-r--r-- | css/estilos.css | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/css/estilos.css b/css/estilos.css index 7fe5758..ac6d4f1 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -23,9 +23,7 @@ a { header .logo { padding-top: 1.25em; padding-bottom: 1.25em; - padding-left: 0; - /* Titulo descripcion del sitio */ - /* Ending descripcion del sitio */ } + padding-left: 0; } header .logo a { display: inline-block; } header .logo h1 { @@ -56,7 +54,6 @@ header .logo { header .redes-sociales-libres { text-align: right; line-height: 5em; - /* Opcional */ margin-top: 0.625em; } header .redes-sociales-libres a { border-radius: 50%; @@ -78,9 +75,7 @@ header .redes-sociales-libres { background: #303636; } header .menu { background: #5f6ad4; - margin-bottom: 1.25em; - /*sub-menu */ - /*End sub-menu */ } + margin-bottom: 1.25em; } header .menu ul { list-style: none; overflow: visible; @@ -432,9 +427,9 @@ footer .copyleft p { width: 100%; max-width: 100%; min-width: 100%; - height: 100px; - min-height: 100px; - max-height: 300px; } + height: 6.25rem; + min-height: 6.25rem; + max-height: 18.75rem; } .main .comentarios .comment-form .form-submit input[type="submit"] { background: #48b84d; border-radius: 3px; @@ -467,9 +462,7 @@ footer .copyleft p { @media screen and (max-width: 768px) { header .logo { text-align: center; - padding-right: 0; - /* Titulo descripcion del sitio */ - /* Ending descripcion del sitio */ } + padding-right: 0; } header .logo h1 { margin-right: 0; } header .logo h1 a.libre_title_header { @@ -514,7 +507,6 @@ footer .copyleft p { footer .menu ul li { float: none; } - /* Page ERROR 404 */ .container .col-lg-8 .logo h1.title_404 { font-size: 2.5em; } } @media screen and (max-width: 360px) { @@ -530,7 +522,6 @@ footer .copyleft p { .main .single-post .post .contenedor .info { font-size: 0.8em; } - /* Page ERROR 404 */ .container .col-lg-8 p.text-muted { font-size: 0.8em; } .container .col-lg-6 { |