Commit e3390901 authored by Phil Hughes's avatar Phil Hughes

Chnaged padding of project header nav

parent 111fecc6
......@@ -367,8 +367,8 @@ a.deploy-project-label {
border-bottom: 1px solid $border-color;
.nav {
padding-top: $gl-padding;
padding-bottom: $gl-padding;
padding-top: 12px;
padding-bottom: 12px;
}
.nav > li {
......
- empty_repo = @project.empty_repo?
.project-home-panel.text-center{ class: ("empty-project" if empty_repo) }
%div{class: container_class }
%div{ class: container_class }
= project_icon(@project, alt: @project.name, class: 'project-avatar avatar s70')
%h1.project-title
= @project.name
......
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