Skip to content
Snippets Groups Projects
Unverified Commit e1ed047d authored by Pavel Břoušek's avatar Pavel Břoušek Committed by GitHub
Browse files

Merge pull request #20 from CESNET/margins2

fix: margins
parents ee5990e3 b020ebbe
Branches
Tags
No related merge requests found
......@@ -68,7 +68,6 @@ html, body {
}
.framework_bootstrap5 .more-options {
width: 160px;
margin-top: -24px;
}
......@@ -303,7 +302,7 @@ html, body {
}
.footer {
padding: 0 18px 0 36px;
padding: 0 18px 36px 36px;
}
.framework_muni .footer {
......@@ -484,6 +483,10 @@ body {
border: none;
}
.framework_bootstrap5 .more-options {
margin-top: -12px;
}
#content {
margin: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment