fix: meilleurs vue article
This commit is contained in:
parent
c53b73cb16
commit
60e29fbdc0
2 changed files with 5 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
|||
.markdown:not(:last-child) {
|
||||
padding-bottom: 1.5rem;
|
||||
}
|
||||
|
||||
article {
|
||||
article:last-child {
|
||||
padding-bottom:1.5rem;
|
||||
}
|
||||
|
||||
article .table-auto table {
|
||||
article .table-auto table, table.table-auto {
|
||||
display: table;
|
||||
width: 100%;
|
||||
table-layout: auto;
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue