We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c441f commit a869eeeCopy full SHA for a869eee
src/components/Nav/index.tsx
@@ -98,10 +98,16 @@ const Menu = styled.div`
98
user-select: none;
99
100
@media only screen and (min-width: 810px) {
101
+ padding: 0 0.5rem;
102
& + & {
103
border-left: 1px solid;
104
height: 1rem;
- padding-left: 0.5rem;
105
+ }
106
+ &:first-of-type {
107
+ padding-left: 0;
108
109
+ &:last-of-type {
110
+ padding-right: 0;
111
}
112
113
src/components/common/Page/style.scss
@@ -154,8 +154,6 @@ body {
154
color: $peach-puzz;
155
text-align: center;
156
157
- gap: 1vw;
158
-
159
& > .menu-item {
160
display: flex;
161
justify-content: center;
0 commit comments