Skip to content

Commit 38a59f4

Browse files
committed
Fix properties order
1 parent 02364d1 commit 38a59f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_sass/modules/_layout.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,15 @@ body {
6969
}
7070

7171
.sidebar__logo {
72+
border-bottom: 1px solid $color-blue-4;
7273
color: $color-white;
7374
font-size: $base-font-size * 2;
7475
font-weight: 300;
75-
text-align: center;
7676
height: $logo-height;
7777
line-height: $logo-height;
7878
margin-bottom: 0;
79-
border-bottom: 1px solid $color-blue-4;
79+
text-align: center;
80+
8081

8182
// &:after {
8283
// content: '\01F4A7'; // Water droplet emoji

0 commit comments

Comments
 (0)