diff --git a/src/static/css/style.css b/src/static/css/style.css index e668bb5..dee07b5 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -29,16 +29,6 @@ html { overflow-x: hidden; } -code { - border-radius: 25px; - padding-left: 20px; - padding-right: 20px; - page-break-inside: avoid; - font-family: monospace; - white-space: pre; - display: inline-block -} - footer { height: 100px; padding-top: 20px; @@ -48,10 +38,6 @@ footer .center { text-align: center; } -ul { - padding-left: 10px; -} - .container { min-height: 100%; padding-bottom: 50px; @@ -90,6 +76,10 @@ ul { padding-top: 10px; } + +.main-menu-dropdown img { + float: left; +} .main-menu-dropdown span { float: left; font-family: monospace; @@ -166,6 +156,21 @@ ul { } } +.entry { + border-radius: 0 10px 30px 0; + margin-bottom: 20px; + padding: 10px; +} + +.entry h1, +.entry h2 { + margin: 5px auto 2px auto; +} + +.entry ul { + padding-left: 20; +} + figure { padding:20px; } @@ -177,3 +182,13 @@ ul { ol { padding-left:20px; } + +code { + border-radius: 25px; + padding-left: 20px; + padding-right: 20px; + page-break-inside: avoid; + font-family: monospace; + white-space: pre; + display: inline-block +} diff --git a/src/static/graphics/logo.png b/src/static/graphics/logo.png new file mode 100644 index 0000000..8613c5b Binary files /dev/null and b/src/static/graphics/logo.png differ diff --git a/src/templates/template.html b/src/templates/template.html index b594473..b4b17b0 100644 --- a/src/templates/template.html +++ b/src/templates/template.html @@ -8,8 +8,10 @@