diff --git a/src/humulus/static/style.css b/src/humulus/static/style.css new file mode 100644 index 0000000..9fd33b6 --- /dev/null +++ b/src/humulus/static/style.css @@ -0,0 +1,18 @@ +.bd-placeholder-img { + font-size: 1.125rem; + text-anchor: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +@media (min-width: 768px) { + .bd-placeholder-img-lg { + font-size: 3.5rem; + } +} + +body { + padding-top: 5rem; +} diff --git a/src/humulus/templates/_base.html b/src/humulus/templates/_base.html index 035cfb9..608fea5 100644 --- a/src/humulus/templates/_base.html +++ b/src/humulus/templates/_base.html @@ -1,4 +1,4 @@ -{# +{#- Copyright 2019 Mike Shoup Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +12,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -#} +-#} +
@@ -20,11 +21,30 @@ limitations under the License. +