diff --git a/stylesheets/small.css b/stylesheets/small.css index 59243c8..c58405a 100644 --- a/stylesheets/small.css +++ b/stylesheets/small.css @@ -1,5 +1,5 @@ img#logo { - width: 80%; + width: 70%; } p.Centered { diff --git a/stylesheets/style.css b/stylesheets/style.css index b80c77c..bdc6da2 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -74,3 +74,7 @@ footer { margin-top: 40px; font-size: 1.1em; } + +.availability-ribbon { + display: block !important; +}