fix: meilleurs vue article

This commit is contained in:
Kazhnuz 2023-02-08 20:45:45 +01:00
parent c53b73cb16
commit 60e29fbdc0
2 changed files with 5 additions and 9 deletions

View file

@ -1,12 +1,8 @@
.markdown:not(:last-child) {
article:last-child {
padding-bottom:1.5rem;
}
article {
padding-bottom:1.5rem;
}
article .table-auto table {
article .table-auto table, table.table-auto {
display: table;
width: 100%;
table-layout: auto;

View file

@ -14,7 +14,7 @@
#sidebar {
padding-top:1rem;
padding-left:0.75rem;
width:18rem;
width:17rem;
position: fixed;
height: calc(100vh - 3rem);
overflow: scroll;
@ -38,7 +38,7 @@
position: fixed;
top: 4rem;
right: 1rem;
width: 17rem;
width: 16rem;
.menu {
padding-left:0.5rem;
padding-right:0.5rem;
@ -46,6 +46,6 @@
}
#content {
max-width:800px;
max-width:1000px;
margin:auto;
}