aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/App.css')
-rw-r--r--frontend/src/App.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/src/App.css b/frontend/src/App.css
index 8325f87..96711f9 100644
--- a/frontend/src/App.css
+++ b/frontend/src/App.css
@@ -94,6 +94,14 @@ body {
94 src: local('BarlowSemiCondensed-Regular'), url(./fonts/BarlowSemiCondensed-SemiBold.ttf) format('truetype'); 94 src: local('BarlowSemiCondensed-Regular'), url(./fonts/BarlowSemiCondensed-SemiBold.ttf) format('truetype');
95} 95}
96 96
97@media screen and (min-width: 769px) and (max-width: 1024px) {
98 main {
99 width: calc(100% - 20rem);
100 left: 19rem;
101 font-size: 2rem;
102 }
103}
104
97@media screen and (max-width: 768px) { 105@media screen and (max-width: 768px) {
98 * { 106 * {
99 box-sizing: border-box; 107 box-sizing: border-box;