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:
parent
fbf163740a
commit
5ead3476b7
@ -1,4 +1,8 @@
|
|||||||
@layer base {
|
@layer base {
|
||||||
|
html {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply leading-none bg-cover bg-fixed;
|
@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');
|
background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user