Skip to content

Commit

Permalink
chore: padding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcheatham committed Jan 25, 2020
1 parent b1014a1 commit f0c53c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const NavbarWrapper = styled.nav`
padding-right: max(var(--responsive-padding), env(safe-area-inset-right));
}
@supports ((-webkit-backdrop-filter: blur(15px)) or (backdrop-filter: blur(15px))) {
background-color: hsla(221, 20%, 15%, 0.925);
/* background-color: hsla(221, 20%, 15%, 0.925); */
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
}
Expand Down
4 changes: 2 additions & 2 deletions src/components/NavbarLink/navbarLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const StyledLink = styled(Link)`
margin: 0.5rem 0;
display: flex;
flex-direction: row;
justify-content: flex-start;
justify-content: center;
align-items: center;
-webkit-tap-highlight-color: transparent;
&:hover {
Expand Down Expand Up @@ -54,7 +54,7 @@ const InnerWrapper = styled.div`

const Caption = styled.span`
margin-left: 0.5rem;
display: block;
display: inline;
@media (max-width: 700px) {
font-size: 0.8rem;
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/using/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ title: My Setup

## Software For Development

- VS Code
- [VS Code](https://code.visualstudio.com/)
- Fira font with the ligatures enabled
- Python/Typescript/Most languages
- IntelliJ IDEA CE (for Scala/Java)
- OhMyZsh
- [OhMyZsh](https://ohmyz.sh/)
- agnoster theme
- [Insomnia](insomnia.rest)

0 comments on commit f0c53c8

Please sign in to comment.