The width of underline is smaller now.

added margin left and right, This closes #51.
This commit is contained in:
Mojib
2020-07-20 10:14:27 +02:00
parent 503779d5b4
commit 827e8224ab
2 changed files with 7 additions and 3 deletions

View File

@@ -209,6 +209,10 @@ svg:not(:root) {
border: 3px solid #e4154b !important;
}
#margin-divider{
margin-left: 155px; margin-right: 155px;
}
.affiliation-text a:hover {
background-color: #000000;
color: #ffffff;

View File

@@ -134,9 +134,9 @@
</div>
{%- endfor %}
</div>
<div class="ui divider main-menu-underline-line">
</div>
<div class="row">
<div id="margin-divider" class="ui divider main-menu-underline-line">
</div>
</div>