mirror of
https://github.com/Steffo99/todocolors.git
synced 2024-11-23 00:34:19 +00:00
20 lines
228 B
CSS
20 lines
228 B
CSS
|
.pageRoot {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
|
||
|
padding: 8px;
|
||
|
}
|
||
|
|
||
|
.pageMain h2 {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
|
||
|
.pageMain div {
|
||
|
max-width: 960px;
|
||
|
}
|