Add page intro text styles

This commit is contained in:
2024-01-11 22:08:33 +01:00
parent e3cb58af8c
commit 6f26f85b20
4 changed files with 28 additions and 3 deletions

View File

@ -4,7 +4,7 @@
display: flex;
justify-content: center;
gap: 1em;
margin-bottom: 5em;
margin-bottom: 4em;
.button {
padding: .5em 1.5em;
@ -40,11 +40,12 @@
}
.name {
font-size: 1.1em;
font-weight: bold;
}
&.hidden {
opacity: .25;
opacity: .1;
}
}
}

View File

@ -40,6 +40,14 @@ body {
margin-right: auto;
}
.narrow {
max-width: 40em;
}
.centering {
text-align: center;
}
nav {
display: flex;
align-items: center;
@ -160,6 +168,18 @@ header {
section {
padding: 3em 1em;
h1 {
font-size: 2em;
margin: .5em 0 1em 0;
&::before {
display: block;
content: "\ea81";
font-family: remixicon;
color: $col-red-light;
}
}
}
footer {