feat: add layout to all pages
This commit is contained in:
parent
02639175f4
commit
de3defefa6
12 changed files with 155 additions and 66 deletions
|
|
@ -0,0 +1,6 @@
|
|||
table {
|
||||
width: 100%;
|
||||
}
|
||||
table tbody tr td:first-child {
|
||||
padding-right: 3rem !important;
|
||||
}
|
||||
|
|
@ -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 > * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue