fixes
This commit is contained in:
parent
aee82b6ad3
commit
b797fd7018
6 changed files with 135 additions and 123 deletions
19
style.css
19
style.css
|
|
@ -11,6 +11,7 @@ Text Domain: fachwerksauna
|
|||
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
||||
*/
|
||||
|
||||
html { margin-top: 0px !important; }
|
||||
|
||||
body {
|
||||
color: #1b1b1b;
|
||||
|
|
@ -27,9 +28,20 @@ a:hover {
|
|||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
margin-bottom: 10px
|
||||
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;
|
||||
|
|
@ -406,7 +418,7 @@ html.has-navbar-fixed-top {
|
|||
font-weight: 800;
|
||||
line-height: 32px;
|
||||
margin-top: 18px;
|
||||
margin-bottom: 4px
|
||||
margin-bottom: 12px
|
||||
}
|
||||
|
||||
.section.features img {
|
||||
|
|
@ -457,7 +469,8 @@ html.has-navbar-fixed-top {
|
|||
background-color: #3C3744;
|
||||
color: #E9E9E9;
|
||||
font-size: 16px;
|
||||
line-height: 22px
|
||||
line-height: 22px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.footer strong {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue