Style section gallery-text
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
@use "../mixins";
|
@use "../mixins";
|
||||||
|
@use "../keyframes";
|
||||||
|
@use "../variables";
|
||||||
|
|
||||||
#fullscreen {
|
#fullscreen {
|
||||||
margin: 0;
|
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 {
|
.gallery {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
Reference in New Issue
Block a user