mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 15:58:53 +00:00
Fix more styling inconsistencies
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user