CHANGE section design to be more dynamic

This commit is contained in:
Hoernschen 2022-03-19 23:54:55 +01:00
parent 6032aebe80
commit 7239b2c45e
No known key found for this signature in database
GPG key ID: 8B027F540E7DBD58
14 changed files with 90 additions and 83 deletions

View file

@ -7,7 +7,7 @@ $color: {{ .Param "color" }};
.slider {
text-align: center;
margin: 0;
margin-top: 5.5rem;
margin-top: 4rem;
}
.slides {
@ -32,7 +32,7 @@ $color: {{ .Param "color" }};
scroll-snap-align: start;
flex-shrink: 0;
width: 100%;
height: calc(100vh - 5.5rem);
height: calc(100vh - 4rem);
margin-right: 0.5rem;
border-radius: 10px;
background: #eee;