1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

fixed font size

This commit is contained in:
Annika Hannig
2022-11-11 14:43:58 +01:00
parent 8f5ea78429
commit 64e5b1874b

View File

@ -14,7 +14,7 @@ body,
display: flex;
min-height: 100vh;
flex-direction: row;
font-size: 12px;
font-size: 1.4rem;
}
#app {
@ -92,8 +92,6 @@ header {
background: white;
margin: 0px;
height: 59px;
box-shadow: 0px 1px 4px #eee;
}
.table-protocols {