scss/global: refactor header style

This commit is contained in:
Kazhnuz 2018-10-24 10:40:33 +02:00
parent 77207e8efa
commit 179524cd1e
2 changed files with 25 additions and 46 deletions

View file

@ -556,28 +556,18 @@ body {
header { header {
background: #EEE url("../img/background.png"); background: #EEE url("../img/background.png");
margin-bottom: 30px; } margin-bottom: 30px; }
header h1 {
header h1 { border-style: none !important;
border-style: none !important; font-weight: 700;
color: #FFF; font-size: 1em;
font-weight: 700; line-height: 1em;
font-size: 5.4em; padding-bottom: 0px;
font-style: oblique; padding: 2.33333em;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0); margin: auto;
padding-bottom: 0px; text-align: center; }
margin: auto; header h1 img {
text-align: center; max-width: 100%;
line-height: 1.5em; } height: auto; }
header h1 {
padding: 2.33333em;
line-height: 1em;
font-size: 1em;
margin: auto;
text-align: center; }
header h1 img {
max-width: 100%;
height: auto; }
.navbar { .navbar {
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0); box-shadow: 0px 2px 10px rgba(0, 0, 0, 0);

View file

@ -28,30 +28,19 @@ body {
header { header {
background: #EEE url('../img/background.png'); background: #EEE url('../img/background.png');
margin-bottom:30px; margin-bottom:30px;
} h1 {
border-style:none !important;
header h1 { font-weight:700;
border-style:none !important; font-size:1em;
color:#FFF; line-height:1em;
font-weight:700; padding-bottom:0px;
font-size:5.4em; padding:2.33333em;
font-style:oblique; margin:auto;
text-shadow: 0px 2px 12px rgba(0, 0, 0, 0); text-align:center;
padding-bottom:0px; img {
margin:auto; max-width: 100%;
text-align:center; height: auto;
line-height: 1.5em; }
}
header h1 {
padding:2.33333em;
line-height:1em;
font-size:1em;
margin:auto;
text-align:center;
img {
max-width: 100%;
height: auto;
} }
} }