summaryrefslogtreecommitdiff
path: root/sass/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_header.scss')
-rw-r--r--sass/_header.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/sass/_header.scss b/sass/_header.scss
index c196cd8..1726af1 100644
--- a/sass/_header.scss
+++ b/sass/_header.scss
@@ -47,11 +47,15 @@
.header-links {
margin: 10px;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ gap: 10px;
.link {
color: #FFF;
text-decoration: none;
font-size: 15px;
- margin: 10px;
+ margin: 5px 0;
@media only screen and (min-width:$cut){
font-size: 20px;
}
@@ -119,4 +123,4 @@
color: $sec;
}
}
-}
+} \ No newline at end of file