Skip to content

Commit a1a0851

Browse files
move top menu to the right side
1 parent d543f83 commit a1a0851

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ header {
180180
line-height: normal;
181181
margin-top: 6px;
182182
position: absolute;
183-
right: 30px;
183+
left: 30px;
184184
height: 40px;
185185
text-align: right;
186186
cursor: pointer;
@@ -218,13 +218,13 @@ header > div {
218218
display: block;
219219
min-width: 40px;
220220
width: auto;
221-
float: left;
221+
float: right;
222222
margin: 5px 0px;
223223
}
224224

225225
#locate-me {
226226
position: absolute;
227-
right: 0px;
227+
left: 0px;
228228
top: 12px;
229229
font-size: 25px;
230230
height: 25px;
@@ -713,7 +713,7 @@ header > div {
713713
display: none;
714714
}
715715
#app_name {
716-
right: 0px;
716+
left: 0px;
717717
}
718718
}
719719

0 commit comments

Comments
 (0)