Final first web
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m5s

This commit is contained in:
2026-03-12 01:25:29 +01:00
parent 81d72aba1c
commit 7f9412b30b
4 changed files with 20 additions and 15 deletions

View File

@@ -12,6 +12,8 @@ body {
display: flex;
}
* {
color: var(--color-text);
font-family: 'Hurmit';
@@ -26,8 +28,9 @@ body {
ul {
list-style: none; /* Remove default bullets */
margin: 8px 0;
}
ul > li {padding: 10px 25px} /* Stretching li elements a little so it looks prettier */
ul > li {padding: 0px 25px} /* Stretching li elements a little so it looks prettier */
li {
position: relative;
}
@@ -37,7 +40,7 @@ li::before {
height: 8px;
background-color: var(--color-text);
position: absolute;
top: 16px;
top: 6px;
left: 4px;
}