diff options
Diffstat (limited to 'css/estilos.css')
-rw-r--r-- | css/estilos.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/css/estilos.css b/css/estilos.css index 93031dd..7fe5758 100644 --- a/css/estilos.css +++ b/css/estilos.css @@ -447,7 +447,16 @@ footer .copyleft p { margin-top: 10%; } .container .col-lg-8 .logo h1.title_404 { font-size: 3em; - font-weight: bold; } + font-weight: bold; + margin-bottom: 1em; } + .container .col-lg-8 p.text-muted { + margin-top: 1em; + margin-bottom: 1em; } + .container .col-lg-8 p.text-muted.mensaje-error-404 { + margin-top: 4em; + margin-bottom: 2.5em; } + .container .col-lg-8 .col-lg-offset-3 { + margin-bottom: 0.5em; } /* Mediaqueries */ @media screen and (max-width: 990px) { |