1
0
Fork 0

feat: webring de la tortue

This commit is contained in:
Henri Saudubray 2024-05-24 10:26:09 +02:00
parent fa48323386
commit 92b6b6fea9
3 changed files with 12 additions and 28 deletions

View file

@ -30,15 +30,13 @@ header, footer {
display: flex;
justify-content: space-between;
font-weight: bold;
margin-bottom: 1lh;
}
header { margin-bottom: 1lh; }
.section { margin-bottom: 1lh; }
.content { padding-left: 8ch; }
.description { padding-left: 4ch; }
ul {
list-style-type: '';
padding-left: 0;
@ -51,10 +49,3 @@ li { margin-bottom: 1lh; }
font-weight: bold;
text-transform: uppercase;
}
#message {
position: fixed;
bottom: 0;
background: var(--fg-color);
color: var(--bg-color);
}