diff --git a/resources/themes/dark/static.zip b/resources/themes/dark/static.zip index 0c2809d..cbdc901 100644 Binary files a/resources/themes/dark/static.zip and b/resources/themes/dark/static.zip differ diff --git a/resources/themes/dark/static/css/mobile.css b/resources/themes/dark/static/css/mobile.css index db42972..5726e52 100644 --- a/resources/themes/dark/static/css/mobile.css +++ b/resources/themes/dark/static/css/mobile.css @@ -1,13 +1,13 @@ .title { - font-size: 3rem + font-size: 3rem; } .subtitle { - font-size: 1rem; + font-size: 1rem; } .article__header-img > a > img { - height: initial; - object-position: initial; - object-fit: initial; -} \ No newline at end of file + height: 18rem; + object-position: top; + object-fit: cover; +} diff --git a/resources/themes/light/static.zip b/resources/themes/light/static.zip index 0cb8dc6..c097e6f 100644 Binary files a/resources/themes/light/static.zip and b/resources/themes/light/static.zip differ diff --git a/resources/themes/light/static/css/mobile.css b/resources/themes/light/static/css/mobile.css index db42972..5726e52 100644 --- a/resources/themes/light/static/css/mobile.css +++ b/resources/themes/light/static/css/mobile.css @@ -1,13 +1,13 @@ .title { - font-size: 3rem + font-size: 3rem; } .subtitle { - font-size: 1rem; + font-size: 1rem; } .article__header-img > a > img { - height: initial; - object-position: initial; - object-fit: initial; -} \ No newline at end of file + height: 18rem; + object-position: top; + object-fit: cover; +}