From 3e54634612d64043e6321bfc33b2b9747835cc08 Mon Sep 17 00:00:00 2001 From: Redume Date: Mon, 22 Jul 2024 22:07:31 +0300 Subject: [PATCH] I have completed the optimization for screens --- static/css/wallpaper.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/static/css/wallpaper.css b/static/css/wallpaper.css index b5e024f..a0f9e35 100644 --- a/static/css/wallpaper.css +++ b/static/css/wallpaper.css @@ -63,6 +63,13 @@ body { } @media (min-width: 992px) { + .wallpaper img { + width: 65%; + border-radius: 8px; + margin: 0 auto 0 auto; + display: flex; + } + .desc { font-size: 200%; line-height: 45px; @@ -103,6 +110,16 @@ body { font-size: 120%; } - + .get-it-on { + display: block ; + width: 70%; + margin-left: 15%; + margin-right: auto; + } +} +@media (min-width: 1400px) { + .wallpaper img { + max-width: 27%; + } } \ No newline at end of file