This commit is contained in:
Jonas Heinrich 2022-03-07 14:00:49 +01:00
parent 8c81d1646a
commit 46f7d34caa
3 changed files with 18 additions and 4 deletions

View file

@ -141,6 +141,12 @@ a.no-underline {
color: white !important;
}
@media (max-width: 1024px) {
.rentButton {
margin: 5px 10px;
}
}
.rentButton:hover {
background-color: #FFAA48 !important;
}
@ -286,6 +292,7 @@ html.has-navbar-fixed-top {
text-shadow: 1px 1px #515151;
max-height: 760px;
min-height: 600px;
background-position: 70% 0%;
}
@media (min-width: 1024px) {