Commit 14252f0e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix new project button alignment

parent eab72755
......@@ -99,8 +99,7 @@
.top-area {
@include clearfix;
border-bottom: 1px solid #eee;
border-bottom: 1px solid $btn-gray-hover;
.nav-text {
padding-top: 16px;
......
......@@ -55,3 +55,16 @@
}
}
}
.groups-header {
@media (min-width: $screen-sm-min) {
.nav-links {
width: 35%;
}
.nav-controls {
width: 65%;
}
}
}
......@@ -23,7 +23,7 @@
.cover-desc.description
= markdown(@group.description, pipeline: :description)
%div{ class: container_class }
%div.groups-header{ class: container_class }
.top-area
%ul.nav-links
%li.active
......
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