diff --git a/public/img/headerpic2.jpg b/public/img/headerpic2.jpg index a01aa55..abd9c5c 100644 Binary files a/public/img/headerpic2.jpg and b/public/img/headerpic2.jpg differ diff --git a/public/style/style.css b/public/style/style.css index 4e7792b..d2e2fa2 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -127,23 +127,30 @@ hr.separador{ #logo_text h1.title{ text-shadow: #ccc 1px 1px 10px; } -#logo_text h2.subtitle{ +h2.subtitle{ text-shadow: #333 2px 2px 1px; + color:white; + font-weight: normal; + text-align:center; + border-bottom: 0; + text-transform: none; + font-size:2em; + margin: 0; } -h2#when{margin-top:10px!important;} +/*h2#when{margin-top:10px!important;} h2#where{ font-size: 220%!important; -} +}*/ #logo_text h1 { font-size: 150%; } -#logo_text h2{ +/*#logo_text h2{ font-size: 300%; } @@ -153,7 +160,7 @@ h2#where{ border-bottom: 0; text-transform: none; margin: 0; -} +}*/ #logo_text h1 a:hover{ text-shadow: #333 1px 1px 10px; } @@ -176,11 +183,7 @@ h2#where{ #logo_text h1 { font-size: 500%;} -#logo_text h2 -{ font-size: 200%; - padding: 4px 0 0 0; - color: #fff; -} + @media screen and (max-width: 800px){ #logo_text h1{font-size:30px;} diff --git a/templates/header.html b/templates/header.html index ed53d4e..4d6e9d3 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,25 +1,25 @@