This commit is contained in:
Boof 2022-10-21 13:05:06 +02:00 committed by GitHub
parent 6e3f62d138
commit d62fe87e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
* {
box-sizing: border-box;
}
#app {
display: flex;
overflow: hidden;