mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-24 23:20:59 +00:00
33ad106a25
Added all custom themes from the collection.
13 lines
No EOL
302 B
CSS
13 lines
No EOL
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
|
|
} |