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

@@ -286,4 +286,10 @@ export default {
.age-then {
color: var(--lighten);
}
@media(max-width: $breakpoint) {
.name {
font-size: .9rem;
}
}
</style>