mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-12 03:43:26 +00:00
The width of underline is smaller now.
added margin left and right, This closes #51.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user