diff --git a/static/css/main.css b/static/css/main.css
index 57ca86e..bf4c0c3 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -27,7 +27,7 @@
details {
color: #ffffff;
}
-table {
+#main_table {
margin-left: 10%;
margin-right: auto;
width: 90%;
@@ -43,4 +43,7 @@ table {
border:2px solid #ffffff;
border-radius: 25px;
width: 95%;
+}
+.but {
+ width: 80%;
}
\ No newline at end of file
diff --git a/static/css/publications.css b/static/css/publications.css
index 0fca6f2..da17a29 100644
--- a/static/css/publications.css
+++ b/static/css/publications.css
@@ -37,4 +37,5 @@ details {
}
.hz1 {
margin: 5%;
- font-size: 160%;
\ No newline at end of file
+ font-size: 160%;
+}
\ No newline at end of file
diff --git a/templates/main.html b/templates/main.html
index dd69aea..b95752e 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -2,13 +2,19 @@
{% extends "base.html" %}
{% block content %}
-
Главная
-
-