1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 07:23:33 -05:00

center video grid

This commit is contained in:
Ashley 2022-12-17 08:38:01 +00:00
parent 1cbb9d29df
commit 59c685a27b

View file

@ -181,6 +181,8 @@ summary:hover{
} }
.video-grid{ .video-grid{
justify-content: center; justify-content: center;
margin-left: auto;
margin-right: auto;
} }
.alert { .alert {
padding: 20px; padding: 20px;