ajout aside

This commit is contained in:
hugogogo
2021-02-27 09:41:11 +01:00
parent eeb89515d4
commit bb9d968c7f
3 changed files with 6 additions and 10 deletions

View File

@@ -22,6 +22,7 @@ body *:not(script) {
}
/*special*/
.horizontal {
display: flex;
flex-direction: row;
}
.horizontal > * {

View File

@@ -67,12 +67,8 @@
margin-right: auto;
}
/*images in full page*/
.image.full {
overflow: visible;
}
.image.full img {
width: 100vw;
width: 100%;
height: auto;
margin-left: calc(-1 * var(--screen-gap));
}

View File

@@ -1,6 +1,5 @@
#main {
padding: 20px;
}
#main article {
margin: 20px;
.aside_left {
width: 600px;
padding: 0px 20px;
border-right: 1px solid lightgray;
}