Compare commits

...

1 Commits

Author SHA1 Message Date
c9e5de0f37 about page spacing 2023-06-02 23:51:54 +02:00

View File

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