fixes
This commit is contained in:
parent
8c81d1646a
commit
46f7d34caa
3 changed files with 18 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue