Cofffee-Assets/styles/mods/layout_gettingstartedheight.css
stux 33ad106a25 Custom themes
Added all custom themes from the collection.
2022-05-23 23:03:20 +02:00

13 lines
302 B
CSS

/*
Make "getting started" column height consistent with all other columns:
- puts the footer back at the bottom of the page, instead of floating.
author: trwnh
license: Public Domain
*/
.getting-started {
height: 100%;
display: flex;
flex-flow: column;
justify-content: space-between
}