mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix logo positioning (#21129)
This commit is contained in:
@@ -88,7 +88,11 @@ a {
|
||||
margin-block-end: 24px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
.content:deep(.logo) {
|
||||
margin: 0 auto 2em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1400px) {
|
||||
.content {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
||||
Reference in New Issue
Block a user