File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,11 @@ body {
65
65
}
66
66
67
67
.sep { margin : 0 10px ; color : darken ($html-bg , 10% ); }
68
- .nav , .menu { @include flex-grow (2 ); text-align : right ; }
68
+ .nav , .menu {
69
+ @include flex-grow (2 );
70
+ text-align : right ;
71
+ margin-right : 5px ;
72
+ }
69
73
70
74
.menu { display : none ; }
71
75
.menu ul .dropdown {
@@ -129,6 +133,8 @@ body {
129
133
#mobile-search {
130
134
display : none ;
131
135
margin-bottom : 10px ;
136
+ margin-left : 5px ;
137
+ margin-right : 5px ;
132
138
input .search {
133
139
width : 100% ;
134
140
margin : 0 ;
Original file line number Diff line number Diff line change 9
9
10
10
.info {
11
11
@include display-flex ;
12
+ @include flex-wrap (wrap );
12
13
@include align-items (center );
13
14
}
14
15
h1 {
316
317
h3 { margin-bottom : 5px ; }
317
318
.section {
318
319
@include flex (1 );
320
+ margin-right : 10px ;
319
321
li { line-height : 24px ; }
320
322
.date { color : $main-color-light ; padding-left : 5px ; }
321
323
}
You can’t perform that action at this time.
0 commit comments