mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
Update CSS
This commit is contained in:
parent
808c8608b5
commit
145b704455
1 changed files with 8 additions and 0 deletions
|
@ -26,3 +26,11 @@ body {
|
|||
width: 100%;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.mcl-row {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mcl-column-50 {
|
||||
flex: 50%;
|
||||
}
|
Loading…
Reference in a new issue