diff --git a/public/css/style.css b/public/css/style.css index 886fb6f..d27a91f 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1264,7 +1264,7 @@ h3 { @media (max-width: 740px) { .premium-boxes { - width: 40vw; + width: 85vw; } } @@ -1730,6 +1730,31 @@ ul { width: 48%; margin-bottom: 40px; } + .stakeholder-grid { + display: block; + } + .paper-info { + width: 93vw; + border-radius: 15px; + margin-bottom: 2vh; + } + .premium-boxes:nth-child(2) { + position: relative; + /* top: 50%; */ + z-index: 1; + overflow: hidden; + } + .premium_animation1 { + left: 0%; + } + .premium_animation2 { + left: 0%; + } + .custom-social-links1 { + display: flex; + justify-content: center; + flex-direction: row !important; + } } @media (max-width: 574px) {