Minor CSS fixes

This commit is contained in:
2022-11-11 16:34:44 +03:00
parent 6a0193c698
commit 230a2b4501
6 changed files with 13 additions and 27 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
div.linkspage {
margin: 10px;
padding: 10px;
border: 3px solid #000000;
border-radius: 20px;
}
ul {
div.content.links ul {
list-style-type: none;
margin: 0;
padding: 0;
+1 -1
View File
@@ -11,7 +11,7 @@
{% endblock %}
{% block content %}
<div class="linkspage">
<div class="content links">
<h1 class="title">Полезные ссылки</h1>
<ul>
{% for link in links %}