mirror of
https://github.com/offen/website.git
synced 2024-11-23 09:20:33 +01:00
10 lines
100 B
CSS
10 lines
100 B
CSS
section {
|
|
display: flex;
|
|
flex-flow: column;
|
|
}
|
|
|
|
section .footnote {
|
|
padding-top: 30px;
|
|
order: 100;
|
|
}
|