Improved scene page layout and spacing.

This commit is contained in:
DebaucheryLibrarian
2021-02-05 03:03:57 +01:00
parent e0e584658e
commit 28a68aa721
3 changed files with 18 additions and 7 deletions

View File

@@ -154,6 +154,7 @@ export default {
.site {
display: inline-flex;
align-items: center;
max-width: 50%;
padding: .25rem 0;
font-size: 0;
}
@@ -167,7 +168,7 @@ export default {
}
.logo-site {
height: 2.5rem;
height: 2.25rem;
max-width: 15rem;
margin: .25rem 0;
object-fit: contain;
@@ -205,6 +206,10 @@ export default {
display: none;
}
.logo-site {
height: 1.5rem;
}
.logo-site {
width: 100%;
}