Add page intro text styles
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user