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

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-10 07:49:38 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 07:49:38 +0300
commit0dfc0b3a7d217ebd1ab85ae38ecdb30dc545fe03 (patch)
tree5f0948abc5205a0534c26e840aa57ea86ded4026
parent51ef07c81e2c315f1d81d586e0657c03343f32fe (diff)
main.css could be refactired
-rw-r--r--static/css/belmu.css2
-rw-r--r--static/css/main.css2
2 files changed, 3 insertions, 1 deletions
diff --git a/static/css/belmu.css b/static/css/belmu.css
index 47479b5..8d74b68 100644
--- a/static/css/belmu.css
+++ b/static/css/belmu.css
@@ -1,5 +1,5 @@
-/* To learn how to use BELMU refer to the guide at ----- */
+/* To learn how to use BELMU refer to the guide at https://belmu.netlify.com/ */
/* BASE
–––– */
diff --git a/static/css/main.css b/static/css/main.css
index b29de26..657a466 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -21,6 +21,7 @@ footer a:hover{
grid-template-areas: "header" "main" "footer";
grid-template-rows: 0fr auto 1fr;
}
+
@media only screen and (min-width: 1240px) {
.grid-layout-1{
margin: auto;
@@ -33,6 +34,7 @@ footer a:hover{
grid-area: header;
padding-top: 2em;
}
+
.main{
grid-area: main;
margin: 1em auto 40px;