fix symmetry on the index page

This commit is contained in:
Felix Lange
2016-11-15 11:46:08 +01:00
parent 70f11da755
commit 3058a06c03
3 changed files with 11 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 KiB

After

Width:  |  Height:  |  Size: 201 KiB

View File

@ -1,21 +1,16 @@
.jumbotron .mascot {
background-size: auto 300px;
background-repeat: no-repeat;
background-position: 0 -30px;
height: 280px;
.jumbotron {
text-align: center;
padding: 20pt 0;
}
.jumbotron h1 {
font-size: 56px;
font-weight: bold;
margin-top: 0;
margin-bottom: 12px;
}
.jumbotron h2 {
font-size: 28px;
max-width: 500px;
margin: auto;
}
.mascot-mobile {
@ -31,9 +26,6 @@
}
@media (min-width: 768px) {
.jumbotron .mascot {
background-image: url('../../images/mascot.png');
}
.mascot-mobile {
display: none;
}