fixes
This commit is contained in:
parent
0e42a9bda0
commit
0f4083458f
4 changed files with 23 additions and 17 deletions
21
style.css
21
style.css
|
|
@ -31,17 +31,6 @@ a:hover {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.contentWrapper > p, ul {
|
||||
width: 100%;
|
||||
max-width: 1390px;
|
||||
margin: 0 auto;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
margin-bottom: 10px;
|
||||
padding: 0 23px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 60px;
|
||||
font-weight: 800;
|
||||
|
|
@ -149,7 +138,6 @@ a.no-underline {
|
|||
|
||||
.rentButton:hover {
|
||||
background-color: var(--themeColor) !important;
|
||||
/* box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.6); */
|
||||
filter: brightness(120%);
|
||||
}
|
||||
|
||||
|
|
@ -158,7 +146,8 @@ a.no-underline {
|
|||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #FFAA48;
|
||||
background-color: var(--themeColor) !important;
|
||||
filter: brightness(120%);
|
||||
color: #fff;
|
||||
text-decoration: none
|
||||
}
|
||||
|
|
@ -295,6 +284,8 @@ html.has-navbar-fixed-top {
|
|||
max-height: 760px;
|
||||
min-height: 600px;
|
||||
background-position: 70% 0%;
|
||||
width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -421,7 +412,9 @@ html.has-navbar-fixed-top {
|
|||
}
|
||||
|
||||
.section.features {
|
||||
background-color: #F6F6F6
|
||||
background-color: #F6F6F6;
|
||||
width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
}
|
||||
|
||||
.section.features .box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue