fix text centering again
This commit is contained in:
parent
ee77a22fd7
commit
132bbc3124
@ -68,14 +68,13 @@ ul#sidebar {
|
||||
|
||||
width: 160px;
|
||||
right:0;
|
||||
top:0;
|
||||
padding-top: 10px;
|
||||
top:15px;
|
||||
|
||||
color: $sidebar-text;
|
||||
}
|
||||
}
|
||||
|
||||
.flagButton::before {
|
||||
.flagButton::after{
|
||||
z-index: -1;
|
||||
content: " ";
|
||||
display: block;
|
||||
@ -97,7 +96,7 @@ ul#sidebar {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.flagButton::before{
|
||||
.flagButton::after{
|
||||
width: 170px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user