diff --git a/styles/global.css b/styles/global.css index f08237b..2ddd521 100644 --- a/styles/global.css +++ b/styles/global.css @@ -22,6 +22,7 @@ body *:not(script) { } /*special*/ .horizontal { + display: flex; flex-direction: row; } .horizontal > * { diff --git a/styles/images.css b/styles/images.css index 617b5b0..58ea75b 100644 --- a/styles/images.css +++ b/styles/images.css @@ -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)); } diff --git a/styles/litterall.css b/styles/litterall.css index 2601e62..7abb2b5 100644 --- a/styles/litterall.css +++ b/styles/litterall.css @@ -1,6 +1,5 @@ -#main { - padding: 20px; -} -#main article { - margin: 20px; +.aside_left { + width: 600px; + padding: 0px 20px; + border-right: 1px solid lightgray; }