Add sensible base font size to app container

This commit is contained in:
James Lyne 2021-08-30 22:10:51 +01:00
parent dc0a03daa8
commit 2ff6fb6665

View File

@ -279,6 +279,7 @@
} }
#app { #app {
font-size: 1.6rem;
height: 100%; height: 100%;
} }
</style> </style>