Commit 754538b9 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use right margin for componened other than button for top nav

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent faacb785
......@@ -77,13 +77,12 @@
margin-bottom: 0px;
> .dropdown {
margin-left: 10px;
margin-right: 10px;
display: inline-block;
}
> .btn {
display: inline-block;
margin-left: 10px;
}
input {
......@@ -91,6 +90,7 @@
display: inline-block;
position: relative;
top: 1px;
margin-right: 10px;
/* Medium devices (desktops, 992px and up) */
@media (min-width: $screen-md-min) { width: 200px; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment