aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css/Profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/css/Profile.css')
-rw-r--r--frontend/src/css/Profile.css86
1 files changed, 86 insertions, 0 deletions
diff --git a/frontend/src/css/Profile.css b/frontend/src/css/Profile.css
index ccf88f4..26e2eb8 100644
--- a/frontend/src/css/Profile.css
+++ b/frontend/src/css/Profile.css
@@ -288,6 +288,92 @@ span.titles {
288 cursor: pointer; 288 cursor: pointer;
289} 289}
290 290
291@media screen and (min-width: 769px) and (max-width: 1024px) {
292 #section1.profile {
293 margin: 18px;
294 grid-template-columns: 220px 1fr;
295 height: 180px;
296 }
297
298 #section1.profile>div:first-child {
299 margin: 6px 28px 6px 28px;
300 scale: 0.85;
301 }
302
303 #profile-top {
304 height: 90px;
305 grid-template-columns: 75% 25%;
306 }
307
308 #profile-top>div:nth-child(1) {
309 font-size: 44px;
310 }
311
312 #profile-top>div:nth-child(1)>div>img {
313 margin: 10px;
314 }
315
316 span.titles {
317 margin: 10px 10px 10px 0;
318 font-size: 16px;
319 padding: 5px 16px 0px 16px;
320 }
321
322 #profile-top>div:nth-child(2)>a>img {
323 height: 44px;
324 }
325
326 #profile-bottom {
327 height: 90px;
328 }
329
330 #profile-bottom>div>span:nth-child(1) {
331 font-size: 16px;
332 }
333
334 #profile-bottom>div>span:nth-child(2) {
335 font-size: 24px;
336 }
337
338 #profile-bottom>div>span:nth-child(2)>span {
339 font-size: 12px;
340 }
341
342 #section2.profile {
343 margin: 18px;
344 height: 55px;
345 }
346
347 #section2.profile>button {
348 font-size: 22px;
349 }
350
351 #section3.profile1 {
352 margin: 18px;
353 }
354
355 #profileboard-nav>select {
356 margin: 10px 18px 18px 18px;
357 height: 48px;
358 font-size: 22px;
359 }
360
361 #profileboard-top {
362 font-size: 18px;
363 padding-left: 35px;
364 margin: 0 18px;
365 grid-template-columns: 16% 16% 5% 16% 5% 14% 14% 14%;
366 }
367
368 .profileboard-record {
369 margin: 10px 18px 0px 18px;
370 width: calc(100% - 36px);
371 padding: 0 0 0 35px;
372 font-size: 18px;
373 grid-template-columns: 16% 16% 5% 16% 5% 14% 14% 14%;
374 }
375}
376
291@media screen and (max-width: 768px) { 377@media screen and (max-width: 768px) {
292 * { 378 * {
293 box-sizing: border-box; 379 box-sizing: border-box;