(CSS) Add section comments

This commit is contained in:
n loewen 2023-09-21 15:23:30 -07:00
parent 2a3c4be9b9
commit 5234cb0cd8
1 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,9 @@
font-weight: 900;
}
/* Containers */
body {
width: 100%;
height: 100vh;
@ -33,6 +36,9 @@ body {
grid-row: center / center;
}
/* Monogram */
.monogram {
display: flex;
}