blob: 660f4c3b8a8b9209bb7e30a1ec7fbcde1697796a (
plain) (
tree)
|
|
.root {
height: 100%;
width: 100%;
text-align: center;
padding-top: 150px;
img {
margin-bottom: 75px;
width: 220px;
height: auto;
}
.text {
font-size: 30px;
}
@media screen and (max-height: 600px) {
padding-top: 50px;
img {
width: 160px;
}
}
}
|