Move footer right after content even if sidebar is long

This commit is contained in:
Mikko Ahlroth 2018-11-04 11:43:24 +02:00
parent 54bd998fbe
commit 66f70615b0

View file

@ -17,6 +17,7 @@ body {
grid-template: 'hd mn' 200px
'nav mn'
'nav ft'
'nav . '
/ 250px auto;
}
@ -24,6 +25,7 @@ body {
grid-template: 'hd mn' 200px
'nav mn'
'nav ft'
'nav . '
/ 325px auto;
}