1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-19 08:29:37 +02:00

small mobile fix

This commit is contained in:
Marius 2021-05-16 19:17:35 +02:00
parent 2eddb40b83
commit e9c32e3f53

View File

@ -153,12 +153,16 @@ header.masthead {
background-color: transparent;
}
@media (max-width: 768px) {
.bg,header.masthead {
background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%), url(../assets/img/space-gray.png) !important;
}
}
.bg {
height: 100%;
width: 100%;
background-color: black;
color: white;
margin: 0;
}