Merge pull request #1668 from consul/styles

Fixes styles
This commit is contained in:
Juanjo Bazán
2017-06-20 19:43:34 +02:00
committed by GitHub
3 changed files with 15 additions and 20 deletions

View File

@@ -278,6 +278,10 @@ $admin-color: #cf3638;
a {
font-weight: normal;
}
.active {
border-bottom: 0;
}
}
}

View File

@@ -37,20 +37,20 @@
@include breakpoint(medium) {
margin: 1.5rem 0;
}
}
li {
display: block;
cursor: pointer;
margin-bottom: 1rem;
li {
display: block;
cursor: pointer;
margin-bottom: 1rem;
@include breakpoint(medium) {
margin-bottom: 2rem;
max-width: 80%;
}
@include breakpoint(medium) {
margin-bottom: 2rem;
max-width: 80%;
}
&.active {
font-weight: 700;
&.active {
font-weight: 700;
}
}
}
}

View File

@@ -69,15 +69,6 @@ $epigraph-line-height: rem-calc(22);
float: left;
}
}
p {
font-size: $epigraph-font-size;
line-height: $epigraph-line-height;
@include breakpoint(medium) {
margin-left: 25%;
}
}
}
}