aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Games.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/css/Games.css')
-rw-r--r--frontend/src/css/Games.css41
1 files changed, 41 insertions, 0 deletions
diff --git a/frontend/src/css/Games.css b/frontend/src/css/Games.css
index 2fe5efa..9b1780c 100644
--- a/frontend/src/css/Games.css
+++ b/frontend/src/css/Games.css
@@ -98,6 +98,47 @@ span>b {
98 font-family: BarlowCondensed-Bold; 98 font-family: BarlowCondensed-Bold;
99} 99}
100 100
101@media screen and (min-width: 769px) and (max-width: 1024px) {
102 .games-page {
103 left: 280px;
104 width: calc(100% - 280px);
105 }
106
107 .games-page-item-content {
108 left: 40px;
109 width: calc(100% - 80px);
110 }
111
112 .games-page-header {
113 margin-top: 40px;
114 margin-left: 40px;
115 }
116
117 span>b {
118 font-size: 48px;
119 }
120
121 .games-page-item {
122 height: 220px;
123 }
124
125 .games-page-item-header {
126 height: 45%;
127 }
128
129 .games-page-item-body-item {
130 height: 90px;
131 }
132
133 .games-page-item-body-item-title {
134 font-size: 22px;
135 }
136
137 .games-page-item-body-item-num {
138 font-size: 44px;
139 }
140}
141
101@media screen and (max-width: 768px) { 142@media screen and (max-width: 768px) {
102 .games-page { 143 .games-page {
103 left: 0; 144 left: 0;