Preparation for proper release

This commit is contained in:
2023-08-05 18:49:04 +01:00
parent 25cda7ef65
commit 25b1250df7
20 changed files with 366 additions and 508 deletions

View File

@@ -35,7 +35,7 @@
text-decoration: none;
&:hover {
color: $red;
color: $strong_red;
font-style: italic;
}
}
@@ -65,9 +65,12 @@
padding: 0 15px;
font-weight: 350;
font-size: 0.7em;
.text {
line-height: 1.5;
margin: 0 0 auto;
font-size: 1.5em;
font-size: 2em;
}
.larger {
@@ -75,13 +78,15 @@
}
.greeting {
color: $red;
color: $strong_red;
font-style: italic;
}
}
.profileContainer {
max-width: 30em;
height: max-content;
display: flex;
@include nextImg;
}