Skip to content

Commit beba165

Browse files
authored
Merge pull request #6
* Fix Config
1 parent ce61e6b commit beba165

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ menu:
1010
- name: Home
1111
link: /
1212
- name: About
13-
link: /about/
13+
link: /about
1414
- name: Feedback
15-
link: /feedback/
15+
link: /feedback
1616

1717
github_url: https://github.com/cssnr
1818

src/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
width: 100%;
1414
}
1515

16-
@media (max-width: 576px) {
16+
@media (max-width: 575px) {
1717
.right-icons {
1818
display: flex;
1919
flex-direction: row;

0 commit comments

Comments
 (0)