From 44f3fe5d5a79b215988cf76890b2c297b35160ff Mon Sep 17 00:00:00 2001 From: z0ccc Date: Sat, 24 Jul 2021 01:49:24 -0400 Subject: [PATCH] Added mobile github link --- frontend/src/styles/App.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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); } }