cover: Fix little details.
This commit is contained in:
parent
7c875b2ac2
commit
baaaeef4c0
3 changed files with 17 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue