diff --git a/static/style/main.scss b/static/style/main.scss index a01eca0..3800c00 100644 --- a/static/style/main.scss +++ b/static/style/main.scss @@ -194,6 +194,17 @@ footer { border-radius: .2em; } +.webring { + margin-top: 1rem; + display: flex; + justify-content: center; + + a { + padding: .5rem 1rem; + margin: .1rem !important; + border-radius: 0; + } +} ::-webkit-scrollbar { width: .5rem; diff --git a/templates/index.html b/templates/index.html index b2737d8..0002e83 100644 --- a/templates/index.html +++ b/templates/index.html @@ -59,4 +59,10 @@ ) | safe }} + +
+ < + Otoring + > +
{% endblock %}