mirror of
https://github.com/Kugelschieber/schnittfest.git
synced 2026-01-18 10:20:27 +00:00
Replaced image and small fixes.
This commit is contained in:
BIN
static/1.jpg
BIN
static/1.jpg
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
@@ -29,7 +29,6 @@ body {
|
||||
|
||||
section {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, p {
|
||||
@@ -215,7 +214,7 @@ button, a.button {
|
||||
|
||||
video {
|
||||
height: 100%;
|
||||
min-height: 384px;
|
||||
min-height: 512px;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
transform: scale(1.004);
|
||||
@@ -256,6 +255,7 @@ button, a.button {
|
||||
min-height: 512px;
|
||||
background-image: url("1.jpg");
|
||||
background-position: center 33%;
|
||||
background-size: cover;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
@@ -307,8 +307,8 @@ button, a.button {
|
||||
padding: 32px 0;
|
||||
|
||||
h2 {
|
||||
margin-bottom: 32px;
|
||||
padding-bottom: 16px;
|
||||
margin-bottom: 24px;
|
||||
padding-bottom: 12px;
|
||||
border-bottom: 8px solid var(--red);
|
||||
}
|
||||
|
||||
@@ -694,9 +694,14 @@ footer {
|
||||
|
||||
.section-rental {
|
||||
padding: 64px 0;
|
||||
overflow-x: hidden;
|
||||
|
||||
.square {
|
||||
padding: 0;
|
||||
|
||||
h2 {
|
||||
margin: 0 0 24px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.parts {
|
||||
@@ -728,14 +733,33 @@ footer {
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.section-service {
|
||||
h2, p {
|
||||
h2 {
|
||||
margin: 0 0 16px 0;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
p {
|
||||
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) {
|
||||
@@ -785,10 +809,6 @@ footer {
|
||||
.square h2 {
|
||||
border-bottom: 4px solid var(--red);
|
||||
}
|
||||
|
||||
.parts {
|
||||
margin: 32px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.section-instagram {
|
||||
|
||||
Reference in New Issue
Block a user