Не подтверждена Коммит 60685cc2 создал по автору cbytl1's avatar cbytl1 Зафиксировано автором GitHub
Просмотр файлов

Merge branch 'main' into issue111_download_file_with_tokens

владельцы 14724e94 6e4181f3
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
.search{ .search{
margin-bottom: 20px; margin-bottom: 20px;
width: 80%; width: calc(100% - 200px);
max-width: 80%;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
padding-top: 40px; padding-top: 40px;
display: flex; display: flex;
align-items: flex-start; align-items: flex-start;
justify-content: space-between; justify-content: space-around;
} }
.footer-title { .footer-title {
...@@ -26,12 +26,10 @@ ...@@ -26,12 +26,10 @@
.long-logo { .long-logo {
display: inline-block; display: inline-block;
align-self: center; align-self: center;
margin-left: 10%;
} }
.footer-contact { .footer-contact {
font-style: normal; font-style: normal;
width: 35%;
} }
.footer-contact > div { .footer-contact > div {
...@@ -44,6 +42,7 @@ ...@@ -44,6 +42,7 @@
list-style: none; list-style: none;
padding: 0; padding: 0;
margin: 0; margin: 0;
margin-right: 40px
} }
.footer-contact-item { .footer-contact-item {
...@@ -86,8 +85,6 @@ ...@@ -86,8 +85,6 @@
} }
.footer-links { .footer-links {
margin-left: 150px;
margin-right: 10%;
text-align: center; text-align: center;
} }
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
.main { .main {
display: block; display: block;
width: 1215px; max-width: 1215px;
width: 80%;
margin: 55px auto; margin: 55px auto;
margin-bottom: 0; margin-bottom: 0;
padding-bottom: 10px; padding-bottom: 10px;
...@@ -23,11 +24,16 @@ ...@@ -23,11 +24,16 @@
} }
.main-div { .main-div {
position: relative;
display: flex; display: flex;
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
} }
.right-block {
width: calc(100% - 420px);
}
.section { .section {
padding: 24px 30px; padding: 24px 30px;
background: #fff; background: #fff;
...@@ -220,7 +226,8 @@ ...@@ -220,7 +226,8 @@
} }
.info { .info {
width: 790px; width: 100%;
max-width: 790px;
} }
.input { .input {
...@@ -383,7 +390,8 @@ ...@@ -383,7 +390,8 @@
/* for teachers */ /* for teachers */
.section-projects { .section-projects {
width: 790px; width: 100%;
max-width: 790px;
background-color: transparent; background-color: transparent;
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
.container { .container {
display: flex; display: flex;
justify-content: space-between; justify-content: space-around;
width: 1200px; width: 1200px;
} }
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<a href="{% url 'theme_list' %}">Список тем</a> <a href="{% url 'theme_list' %}">Список тем</a>
</li> </li>
<li class="nav-item"> <li class="nav-item">
<a href="{% url 'theme_list' %}">Управление проектом</a> <a href="{% url 'projects' %}">Управление проектом</a>
</li> </li>
{% if user.is_superuser %} {% if user.is_superuser %}
<li class="nav-item"> <li class="nav-item">
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
</div> </div>
</section> </section>
</div> </div>
<div> <div class="right-block">
<section class="section-projects"> <section class="section-projects">
<div class="projects now-project"> <div class="projects now-project">
<button class="btn btn-projects">Текущие проекты</button> <button class="btn btn-projects">Текущие проекты</button>
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать