From e56b99e3511174398fb4ab73a07b6e1cdff33310 Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 27 Oct 2022 12:10:14 +0800 Subject: [PATCH] Fix bug. --- assets/stylesheets/template/layout/content.scss | 2 +- assets/stylesheets/template/template.scss | 2 +- home/index.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 7633597..7f9303c 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -20,6 +20,6 @@ clear: both; padding-bottom: 1em; } .layout-content-inner{ - min-height: 37em; + //min-height: 37em; background-color: #fff; } diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index a0b9bcd..a963057 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -1,4 +1,4 @@ -@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700"); +@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700"); // Base @import "base/orbitbar-override"; diff --git a/home/index.html.erb b/home/index.html.erb index fbd289b..febcfac 100644 --- a/home/index.html.erb +++ b/home/index.html.erb @@ -37,7 +37,7 @@
-
+