diff --git a/frontend/src/app/footer/footer.component.scss b/frontend/src/app/footer/footer.component.scss index 48c683d..682ed5c 100644 --- a/frontend/src/app/footer/footer.component.scss +++ b/frontend/src/app/footer/footer.component.scss @@ -34,7 +34,7 @@ footer ul, footer p { } .followUs { - padding-top: 15px; + padding-top: 5px; } .followUs img { diff --git a/frontend/src/app/rules/rules.component.html b/frontend/src/app/rules/rules.component.html index 0155939..415721e 100644 --- a/frontend/src/app/rules/rules.component.html +++ b/frontend/src/app/rules/rules.component.html @@ -1,5 +1,6 @@ - +

Server Rules

We aim to be an inclusive community server where players of all ages can find something to enjoy.

diff --git a/frontend/src/app/rules/rules.component.scss b/frontend/src/app/rules/rules.component.scss index b047d40..39a45de 100644 --- a/frontend/src/app/rules/rules.component.scss +++ b/frontend/src/app/rules/rules.component.scss @@ -1,21 +1,6 @@ -@media (max-width: 1000px) { - main .container { - text-align: left; - } - - .list { - text-align: left; - } -} - -@media (max-width: 670px) { - main .container { - text-align: center; - } - - .list { - margin-left: 50px; - } +.paragraph { + width: 100%; + margin-bottom: -25px; } .highlighted-content { @@ -40,6 +25,10 @@ transition: 0.5s ease; } +.full-page-list li { + padding-bottom: 10px; +} + .full-page-list-2 { margin-left: 70px; font-family: 'opensans', sans-serif; @@ -53,6 +42,31 @@ transition: 0.5s ease; } +.hide { + display: none; +} + .copy-link { cursor: pointer; } + +// Different resolution changes +@media (max-width: 1000px) { + main .container { + text-align: left; + } + + .list { + text-align: left; + } +} + +@media (max-width: 670px) { + main .container { + text-align: center; + } + + .list { + margin-left: 50px; + } +} diff --git a/frontend/src/styles.scss b/frontend/src/styles.scss index a194a11..ff518fa 100644 --- a/frontend/src/styles.scss +++ b/frontend/src/styles.scss @@ -221,6 +221,13 @@ tr { transition: 0.5s ease; } +main .container { + padding: 80px 0; + display: flex; + justify-content: space-between; + flex-wrap: wrap; +} + .container { width: 80%; max-width: 1020px; @@ -229,7 +236,6 @@ tr { align-items: center; } - .title { height: calc(100% - 110px); display: flex;