ajout aside
This commit is contained in:
@@ -22,6 +22,7 @@ body *:not(script) {
|
|||||||
}
|
}
|
||||||
/*special*/
|
/*special*/
|
||||||
.horizontal {
|
.horizontal {
|
||||||
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
.horizontal > * {
|
.horizontal > * {
|
||||||
|
|||||||
@@ -67,12 +67,8 @@
|
|||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
/*images in full page*/
|
/*images in full page*/
|
||||||
.image.full {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
.image.full img {
|
.image.full img {
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
margin-left: calc(-1 * var(--screen-gap));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#main {
|
.aside_left {
|
||||||
padding: 20px;
|
width: 600px;
|
||||||
}
|
padding: 0px 20px;
|
||||||
#main article {
|
border-right: 1px solid lightgray;
|
||||||
margin: 20px;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user