Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Oct 25, 2024
1 parent ae51f6b commit f4a4905
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/components/languageSwitcher/languageSwitcher.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
flex-grow: 1;
}

.link{
color: var(--primary-white);
}
.link {
color: var(--primary-white);
}
2 changes: 1 addition & 1 deletion src/components/navigation/header/header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@
.open {
composes: button;
background: url("/_assets/menu-close.svg") no-repeat 50% 50%;
}
}
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ html {

body {
margin: 0;
padding: 0;
padding: 0;
overflow-x: hidden;
width: 100vw;
background-color: var(--primary-bg);
}
main {
padding: 1rem;
padding: 1rem;
}

h1,
Expand Down

0 comments on commit f4a4905

Please sign in to comment.