Style section gallery-text

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-27 17:49:43 +03:00
parent 6df4d94e6b
commit dd2c1e7638

View File

@@ -1,4 +1,6 @@
@use "../mixins";
@use "../keyframes";
@use "../variables";
#fullscreen {
margin: 0;
@@ -18,6 +20,18 @@
}
}
.gallery-text {
overflow: auto;
background: variables.$clr_brand_gradient;
h1 {
margin: 2.5vh 0;
text-align: center;
font: 600 2.5vw "Montserrat", sans-serif;
color: white;
}
}
.gallery {
display: flex;
flex-direction: row;