diff --git a/assets/style.css b/assets/style.css index 3232e08..7a71074 100644 --- a/assets/style.css +++ b/assets/style.css @@ -108,3 +108,19 @@ body { font-family: 'Mulish', sans-serif; } +.empty_box { + flex: 1; +} + + +/* Действия при разрешении телефона */ +@media (max-width: 900px) { + + .empty_box { + flex: 0; + } + .soc_buttons { + justify-content: right; + } + +} diff --git a/site.py b/site.py index 0326d25..41f2cea 100644 --- a/site.py +++ b/site.py @@ -44,7 +44,7 @@ app.index_string = ''' -
+