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) {
|
article:last-child {
|
||||||
padding-bottom: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
article {
|
|
||||||
padding-bottom:1.5rem;
|
padding-bottom:1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article .table-auto table {
|
article .table-auto table, table.table-auto {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
#sidebar {
|
#sidebar {
|
||||||
padding-top:1rem;
|
padding-top:1rem;
|
||||||
padding-left:0.75rem;
|
padding-left:0.75rem;
|
||||||
width:18rem;
|
width:17rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: calc(100vh - 3rem);
|
height: calc(100vh - 3rem);
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 4rem;
|
top: 4rem;
|
||||||
right: 1rem;
|
right: 1rem;
|
||||||
width: 17rem;
|
width: 16rem;
|
||||||
.menu {
|
.menu {
|
||||||
padding-left:0.5rem;
|
padding-left:0.5rem;
|
||||||
padding-right:0.5rem;
|
padding-right:0.5rem;
|
||||||
|
@ -46,6 +46,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
max-width:800px;
|
max-width:1000px;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
}
|
}
|
Loading…
Reference in a new issue