(CSS) Add section comments
This commit is contained in:
parent
2a3c4be9b9
commit
5234cb0cd8
|
|
@ -19,6 +19,9 @@
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Containers */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
@ -33,6 +36,9 @@ body {
|
||||||
grid-row: center / center;
|
grid-row: center / center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Monogram */
|
||||||
|
|
||||||
.monogram {
|
.monogram {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue