From 9edf9edabab830598296b5bda494f1d1a4b8d6a7 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Mon, 5 Oct 2020 03:01:29 +0200 Subject: [PATCH] Remove unused commented out code. --- themes/patek/assets/css/main.scss | 31 ---------------- themes/patek/layouts/index.html | 62 +------------------------------ 2 files changed, 2 insertions(+), 91 deletions(-) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 4f8aa53..8e04341 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -23,37 +23,6 @@ a { } } -/*#home-navbar { - &:not(.is-fixed-top) { - patek-logo { - font-size: 0; - } - } - &.is-fixed-top { - patek-logo { - font-size: unset; - } - } - patek-logo { - transition: font-size 0.2s; - } -} -.is-fixed-top .navbar { - left: 0; - position: fixed; - right: 0; - z-index: 30; - top: 0; -} -.is-fixed-top .menu-placeholder { - height: 52px; - visibility: hidden; -} -.home-content, .home-content h1, .home-content h2, .home-content h3 { - background-color: $primary; - color: $primary-invert !important; - font-family: 'Fira Code'; -}*/ #landing { background-color: $primary; color: $primary-invert; diff --git a/themes/patek/layouts/index.html b/themes/patek/layouts/index.html index 0023239..8306476 100644 --- a/themes/patek/layouts/index.html +++ b/themes/patek/layouts/index.html @@ -1,31 +1,7 @@ {{ define "title" }} Pátek {{ end }} {{ define "body" }} - +
Pátek @@ -51,43 +27,9 @@
{{ end }} -
{{ partial "footer.html" . }} -{{ end }} \ No newline at end of file +{{ end }}