Fix some responsive and style
All checks were successful
continuous-integration/drone/push Build is passing

- Fullscreen: center image + add a background color
- Carousel: don't cut informations
- Title location font size
- Style location line height
- Photo reveal effect
- Photo has now a transparent png
This commit is contained in:
2020-04-04 19:10:40 +02:00
parent 7601fe8b44
commit bdc305a77a
12 changed files with 43 additions and 28 deletions

View File

@@ -2,6 +2,7 @@ html {
font: #{$base-font-size} $font-sans;
color: $color-text;
min-width: 320px;
overflow-x: hidden;
}
body {
@include font-smooth;
@@ -80,7 +81,7 @@ button {
// Title: Locations
.title-location {
font-family: $font-serif;
font-size: rem(68px);
font-size: rem(48px);
line-height: 1;
color: $color-secondary;
text-align: center;
@@ -165,7 +166,7 @@ button {
font-family: $font-serif;
font-size: rem(24px);
color: #fff;
line-height: 1;
line-height: 1.15;
text-align: center;
a {