Normalize overall (font) size

The entire UI is a bit too large. This normalizes the font size and
dimensions, so it doesn't look zoomed in on most screens.
This commit is contained in:
Basti 2022-04-28 14:56:03 +02:00
parent fbf163740a
commit 5ead3476b7
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -1,4 +1,8 @@
@layer base {
html {
font-size: 14px;
}
body {
@apply leading-none bg-cover bg-fixed;
background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg');