diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 26 |
1 files changed, 18 insertions, 8 deletions
@@ -20,18 +20,25 @@ header { position: sticky;
top: 5px;
z-index: 10;
+ transition-property: top;
}
-h1, h2, h3, h4 {
- font-family: martian;
+header {
+ filter: drop-shadow(white 2px 2px 0px);
}
header {
display: flex;
+ flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
}
+h1, h2, h3, h4 {
+ font-family: martian;
+}
+
+
h1::before, h1::after {
content: " - ";
}
@@ -48,19 +55,22 @@ a { nav {
display: flex;
flex-direction: row;
- flex-wrap: wrap;
- justify-content: space-between;
+ flex-wrap: nowrap;
+ justify-content: center;
+ align-content: space-between;
position: relative;
- padding: default 3vw;
height: 100%;
}
-nav a, nav sep {
+nav a {
display: inline-block;
+ margin: auto 3%;
}
-nav sep {
- margin: auto 0;
+sep {
+ display: inline-block;
+ font-weight: bold;
+ margin: auto 3%;
}
.text-link:hover {
|
