replace screenshoted images with real ones plus style footer

This commit is contained in:
Benedikt Rötsch
2017-09-29 13:21:23 +02:00
committed by Benedikt Rötsch
parent 926b59aaaa
commit 19cf4d1c56
16 changed files with 290 additions and 175 deletions

View File

@@ -1,12 +1,8 @@
.module {
max-width: 1024px;
max-width: var(--content-max-width);
margin: 0 auto;
padding: 0 2vw;
@media (--breakpoint-desktop) {
padding: 0;
}
& img {
width: 100%;
height: auto;