aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/summary.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--frontend/src/components/pages/summary.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/frontend/src/components/pages/summary.css b/frontend/src/components/pages/summary.css
index 51f8515..47c3f4b 100644
--- a/frontend/src/components/pages/summary.css
+++ b/frontend/src/components/pages/summary.css
@@ -463,11 +463,11 @@ text-align: center;
463 463
464 /* such responsive, very mobile */ 464 /* such responsive, very mobile */
465@media screen and (max-width: 1480px) { 465@media screen and (max-width: 1480px) {
466 #section3{grid-template-columns: auto;} 466 #section3.summary1{grid-template-columns: auto;}
467 #category{min-width: 608px;} 467 #category{min-width: 608px;}
468 #history{min-width: 608px;} 468 #history{min-width: 608px;}
469 #description{min-width: 608px;} 469 #description{min-width: 608px;}
470 #section4{min-width: 588px;} 470 #section4.summary1{min-width: 588px;}
471 471
472 #description>iframe{ 472 #description>iframe{
473 padding: 0 0 0 calc(50% - 304px); 473 padding: 0 0 0 calc(50% - 304px);
@@ -476,19 +476,19 @@ text-align: center;
476 align-items: center; 476 align-items: center;
477 } 477 }
478 478
479 #section1{ 479 #section1.summary1{
480 grid-template-columns: auto; 480 grid-template-columns: auto;
481 place-items: center; 481 place-items: center;
482 text-align: center; 482 text-align: center;
483 483
484 } 484 }
485 485
486 #section2{ 486 #section2.summary1{
487 grid-template-columns: auto; 487 grid-template-columns: auto;
488 width: 450px; 488 width: 450px;
489 margin: 40px auto 0 auto; 489 margin: 40px auto 0 auto;
490 } 490 }
491 #section2>.nav-button:nth-child(1){border-radius: 30px 30px 0 0;} 491 #section2.summary1>.nav-button:nth-child(1){border-radius: 30px 30px 0 0;}
492 #section2>.nav-button:nth-child(2){border-radius: 0;} 492 #section2.summary1>.nav-button:nth-child(2){border-radius: 0;}
493 #section2>.nav-button:nth-child(3){border-radius: 0 0 30px 30px;} 493 #section2.summary1>.nav-button:nth-child(3){border-radius: 0 0 30px 30px;}
494} \ No newline at end of file 494} \ No newline at end of file