Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bake/solar-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbake <w8l@posteo.de>2018-02-11 23:51:24 +0300
committerGitHub <noreply@github.com>2018-02-11 23:51:24 +0300
commitf87b86bc18241db085fbf5d8b228e50cfc83413e (patch)
tree41f735ef8328ec147bb04457178142201e1de7fb
parent62903e1d3420174a9e2fa9bc6e3f190a90588573 (diff)
Don't cut Dagget
-rwxr-xr-xstatic/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 74dcc07..2607a71 100755
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -269,7 +269,7 @@ h3 {
padding-left: 150px;
margin: 40px auto 50px auto;
background: url(../img/dag.svg) no-repeat center left;
- background-size: 100px 100px;
+ background-size: auto 100%;
}
#header h1 {
font-size: 32px;