update website

This commit is contained in:
Vivian 2025-05-05 20:23:07 +02:00
parent 5e019cc257
commit bf92a8db9d
3 changed files with 47 additions and 8 deletions

View file

@ -19,6 +19,7 @@ body {
ul {
padding: 0;
list-style-type: none;
}
li {
@ -65,19 +66,18 @@ header {
grid-column: 2;
}
section.about {
section.first {
margin-top: 2em;
grid-column: 2;
grid-row: 2;
}
section.socials {
section.second {
grid-column: 2;
grid-row: 3;
}
.socials > ul {
list-style-type: none;
columns: 2;
}