Add flex container for (not only) videos

master
Nikola Forró 6 years ago
parent a5f05a60a5
commit b106299de5

File diff suppressed because one or more lines are too long

@ -125,3 +125,8 @@ body {
color: rgba($light-color, 0.9);
background: #222;
}
.flex {
display: flex;
justify-content: space-between;
}

Loading…
Cancel
Save