cover: Fix little details.

This commit is contained in:
Fabien Basmaison
2021-04-28 10:47:14 +02:00
parent 7c875b2ac2
commit baaaeef4c0
3 changed files with 17 additions and 5 deletions

View File

@ -525,6 +525,10 @@ body {
justify-content: center !important;
}
.align.to-t {
align-items: flex-start !important;
}
.align.to-r {
justify-content: flex-end !important;
}
@ -542,6 +546,10 @@ body {
justify-content: center !important;
}
.align.to-t-mobile {
align-items: flex-start !important;
}
.align.to-r-mobile {
justify-content: flex-end !important;
}
@ -556,6 +564,10 @@ body {
justify-content: center !important;
}
.align.to-t-tablet {
align-items: flex-start !important;
}
.align.to-r-tablet {
justify-content: flex-end !important;
}