fixup! fixup! fixup! restyle

This commit is contained in:
2025-07-31 22:27:06 +03:00
parent c921a2ed77
commit a9f74daeac
2 changed files with 44 additions and 31 deletions
+11
View File
@@ -22,6 +22,11 @@ body {
background-color: $base;
font-family: Pixeloid;
color: $text;
width: fit-content;
}
h1 {
text-align: center;
}
a {
@@ -54,6 +59,12 @@ a {
}
}
.services-block {
display: flex;
flex-direction: column;
width: fit-content;
}
.services {
background-color: $surface0;
border-radius: 8px;