mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 12:18:26 +01:00
justify content center
This commit is contained in:
parent
c55ad95ca9
commit
eae965842a
1 changed files with 3 additions and 1 deletions
|
@ -179,7 +179,9 @@ summary:hover{
|
||||||
font-size: initial;
|
font-size: initial;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
.video-grid{
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
.alert {
|
.alert {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #f44336;
|
background-color: #f44336;
|
||||||
|
|
Loading…
Reference in a new issue