1
0
mirror of https://github.com/danbee/danbarber.me.hugo.git synced 2025-03-04 08:59:18 +00:00

Fix video width issue

This commit is contained in:
Daniel Barber 2021-02-07 18:55:04 -05:00
parent eefddf7bd2
commit 26c8d4f58a

View File

@ -1,3 +1,7 @@
.posts {
@include container;
}
.posts__pagination {
@include container;
display: flex;