Fix more styling inconsistencies

This commit is contained in:
Ryan Watters
2017-03-02 02:12:32 -06:00
parent fdcc05e781
commit 1dd2b1634e
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -88,14 +88,14 @@ header.content-header {
display: block;
}
position: absolute;
right: 0px;
top: 0px;
right: 1px;
top: 1px;
text-transform:uppercase;
width:auto;
overflow:visible;
a {
position: relative;
border: 1px solid $hugo-gray-light;
// border: 1px solid $hugo-gray-light;
display: inline-block;
color: $base-font-color;
padding: 4px 6px;
@@ -104,7 +104,7 @@ header.content-header {
line-height: 36px;
text-align: center;
border-radius: $button-border-radius;
@include card(1, 3);
@include card(1);
&:hover {
color: $default-anchor-color;
}
+1 -1
View File
File diff suppressed because one or more lines are too long