X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=sass%2Fjuplo.scss;h=14013167be4d0f9825e9e15f9bde896e1e04bb47;hb=94f92cd692445bd3bca1707e6db1fe025f5b092b;hp=45389f3cedc89ca611326c567674f185cb4a8896;hpb=a930331e6eff15504cc29d0bd402ee03d8d69638;p=website diff --git a/sass/juplo.scss b/sass/juplo.scss index 45389f3c..14013167 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -111,8 +111,20 @@ body #page { flex: 1 0 auto; + display: flex; + justify-content: flex-end; } footer { flex-shrink: 0; } +main { + flex-grow: 1; + max-width: 768px; + min-width: 568px; + overflow: hidden; +} +nav { + flex-grow: 0; + min-width: 293px; +}