Style section gallery-text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user