diff --git a/LibGuide-home.html b/LibGuide-home.html index 893ffa3..70172e0 100644 --- a/LibGuide-home.html +++ b/LibGuide-home.html @@ -7,10 +7,8 @@
{{breadcrumbs}}
-

{{title}} -

-
{{system_intro}} -
+

{{title}}

+
{{system_intro}}
diff --git a/LibGuide.css b/LibGuide.css index d0da526..6fa6447 100644 --- a/LibGuide.css +++ b/LibGuide.css @@ -27,6 +27,16 @@ color:white; } +/* makes the heading smaller on very small screens */ + +@media (max-width: 420px) { + h1 { + font-size: 25px; + } + #nav-title-spacer { + width: inherit; + } +} /* Making the pills the right color */ a.label.label-info:hover {