Replaced image and small fixes.

This commit is contained in:
2020-05-24 18:21:08 +02:00
parent 4d0985439d
commit d71fac38f0
3 changed files with 30 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 263 KiB

After

Width:  |  Height:  |  Size: 580 KiB

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,6 @@ body {
section { section {
width: 100%; width: 100%;
overflow: hidden;
} }
h1, h2, h3, h4, p { h1, h2, h3, h4, p {
@@ -215,7 +214,7 @@ button, a.button {
video { video {
height: 100%; height: 100%;
min-height: 384px; min-height: 512px;
width: 100%; width: 100%;
object-fit: cover; object-fit: cover;
transform: scale(1.004); transform: scale(1.004);
@@ -256,6 +255,7 @@ button, a.button {
min-height: 512px; min-height: 512px;
background-image: url("1.jpg"); background-image: url("1.jpg");
background-position: center 33%; background-position: center 33%;
background-size: cover;
overflow: hidden; overflow: hidden;
} }
} }
@@ -307,8 +307,8 @@ button, a.button {
padding: 32px 0; padding: 32px 0;
h2 { h2 {
margin-bottom: 32px; margin-bottom: 24px;
padding-bottom: 16px; padding-bottom: 12px;
border-bottom: 8px solid var(--red); border-bottom: 8px solid var(--red);
} }
@@ -694,9 +694,14 @@ footer {
.section-rental { .section-rental {
padding: 64px 0; padding: 64px 0;
overflow-x: hidden;
.square { .square {
padding: 0; padding: 0;
h2 {
margin: 0 0 24px 0;
}
} }
.parts { .parts {
@@ -728,14 +733,33 @@ footer {
@media only screen and (max-width: 767px) { @media only screen and (max-width: 767px) {
.section-service { .section-service {
h2, p { h2 {
margin: 0 0 16px 0; margin: 0 0 16px 0;
padding-bottom: 8px;
} }
p { p {
margin: 0 0 24px 0; margin: 0 0 24px 0;
} }
} }
.section-work {
h2 {
margin: 0 0 16px 0;
padding-bottom: 8px;
}
p {
margin: 0 0 24px 0;
}
}
.section-rental {
.square h2 {
margin: 0 0 16px 0;
padding-bottom: 8px;
}
}
} }
@media only screen and (max-width: 511px) { @media only screen and (max-width: 511px) {
@@ -785,10 +809,6 @@ footer {
.square h2 { .square h2 {
border-bottom: 4px solid var(--red); border-bottom: 4px solid var(--red);
} }
.parts {
margin: 32px 0 0;
}
} }
.section-instagram { .section-instagram {