feat: add layout to all pages

This commit is contained in:
Matthieu Bessat 2024-07-23 17:25:22 +02:00
parent 02639175f4
commit de3defefa6
12 changed files with 155 additions and 66 deletions

View file

@ -0,0 +1,6 @@
table {
width: 100%;
}
table tbody tr td:first-child {
padding-right: 3rem !important;
}

View file

@ -74,7 +74,7 @@ body {
font-size: 1.15rem;
line-height: 1.5;
display: grid;
grid-template-columns: 1fr min(45rem, 90%) 1fr;
grid-template-columns: 1fr min(50rem, 90%) 1fr;
margin: 0;
}
body > * {