X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=backend%2Fstyle.scss;h=b008968840a65e4489268da8cf1c3dbeb4ce04dc;hb=17b32f18e23bf3cd60f6cbcb24df6cc729d935c0;hp=1482fa603898dab570a9e9218fd6e2609a391766;hpb=7ebb570a4a158743200d0f5e53ab44ee823516f0;p=valheim_web.git diff --git a/backend/style.scss b/backend/style.scss index 1482fa6..b008968 100644 --- a/backend/style.scss +++ b/backend/style.scss @@ -1,18 +1,20 @@ -* { - margin: 15px; - padding: 0px; -} - body { - font-size: 18px; text-shadow: 2px 2px 2px #DDD; text-align: center; - line-height: 15px; color: #5b5b5b; background-color: #ededed; - margin: 0px; +} + +h1 { + font-size: 22px; + margin: 20px; +} + +p { + font-size: 18px; + margin: 15px; } img { - border: 0px; + border: 0px; }