diff --git a/frontend/src/styles/App.css b/frontend/src/styles/App.css index 1949f5a..d16755c 100644 --- a/frontend/src/styles/App.css +++ b/frontend/src/styles/App.css @@ -164,7 +164,7 @@ p { } b { - font-weight: 600; + font-weight: 600; } img { @@ -208,6 +208,13 @@ input[type='text'] { } @media screen and (max-width: 500px) { + .github { + width: 24px; + position: absolute; + top: 8px; + right: 8px; + } + body { font-size: 14px; } @@ -251,6 +258,6 @@ input[type='text'] { } input[type='text'] { - width: calc(100% - 65px) + width: calc(100% - 65px); } }