about page spacing

This commit is contained in:
Niccolo Borgioli 2023-06-02 23:51:54 +02:00
parent dc1c03d912
commit c9e5de0f37
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@
<style>
section {
width: 100%;
display: flex;
flex-direction: column;
gap: 2rem;
}
ul {