summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-19 15:56:29 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-19 16:28:03 -0500
commit3c8d209e16c606c5122d5aee455d051e65c6dab0 (patch)
tree7b90bb1d41138a516b84f7999fdd98110805eb2c /app/assets/stylesheets/pages/projects.scss
parent5436bfa82230f7ba4532a2b09d035cfc733e8657 (diff)
downloadgitlab-ce-3c8d209e16c606c5122d5aee455d051e65c6dab0.tar.gz
Redesign sublevel nav links; vertically align project image; fix spacing
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 46981fd0d2c..cb9bef7214d 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -48,15 +48,20 @@
}
}
+ .cover-title {
+ margin-bottom: 0;
+ }
+
.project-image-container {
@include make-sm-column(1);
max-width: 86px;
min-width: 86px;
padding-right: 0;
+ margin: 11px 0;
@media (max-width: $screen-md-max) {
padding-left: 0;
- margin-bottom: 10px;
+ margin: 0 0 10px;
max-width: none;
min-width: none;