diff --git a/_config.yml b/_config.yml index f041578..a7ea082 100644 --- a/_config.yml +++ b/_config.yml @@ -70,6 +70,6 @@ store_links: button: "/assets/img/get_on_fdroid.svg" featured_reviews: - - "FOSS, 0$, does exactly what is says on the tin. What more do you want?" - "It saved me many times. Thank you for making this." - '"In the times of greater need it did the good deeds"' + - "FOSS, 0$, does exactly what is says on the tin. What more do you want?" diff --git a/_sass/_style.scss b/_sass/_style.scss index 328d602..68126d4 100644 --- a/_sass/_style.scss +++ b/_sass/_style.scss @@ -374,9 +374,28 @@ footer { order: 0; font-style: italic; - width: 150px; + width: 120px; margin: 5px; + @media screen and (max-width: 359px) { + & { + width: 100%; + } + } + + @media screen and (min-width: 400px) { + & { + width: 130px; + } + } + + @media screen and (min-width: 500px) { + & { + width: 150px; + } + } + + .material-symbols-outlined { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }