Fix shadow of main title

This commit is contained in:
German Correa 2017-11-29 19:09:40 -03:00
parent 8bbe42eb7d
commit 06dd3a620d

View File

@ -127,7 +127,7 @@ ol li
.jumbotron{ .jumbotron{
margin-bottom: 0px; margin-bottom: 0px;
height: 400px; height: 400px;
color: white;
background:transparent; background:transparent;
} }
@ -170,11 +170,14 @@ ol li
border-bottom: 0; border-bottom: 0;
text-transform: none; text-transform: none;
margin: 0;} margin: 0;}
#logo_text h1 a:hover{
text-shadow: #333 1px 1px 10px;
}
#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover #logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{ padding: 22px 0 0 0; { padding: 22px 0 0 0;
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
/*font-size: 60px;*/ /*font-size: 60px;*/
border: 0; border: 0;
font-weight: 700; font-weight: 700;