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