diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index 9a37bbe..593964a 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -3473,6 +3473,12 @@ h1 { flex-direction: column; gap: 20px; } +.main__employer-page-info.row2{ + justify-content: flex-start; +} +.main__employer-page-info.row2 .main__employer-page-item{ + width: 25%; +} @media (min-width: 768px) { .main__employer-page-info { display: grid; @@ -8427,6 +8433,18 @@ main + .news { .cabinet__export-error{ color: red; } +.flot-image-wrap img{ + max-width: 100%; + max-height: 100%; + flex: 0 0 auto; +} +.flot-image-wrap{ + width: 220px; + height: 220px; + display: flex; + justify-content: center; + align-items: center; +} @media (min-width: 768px) { .cabinet__filters { gap: 20px; diff --git a/resources/views/employers/edit-flot.blade.php b/resources/views/employers/edit-flot.blade.php index 8567d7d..6e19cc2 100644 --- a/resources/views/employers/edit-flot.blade.php +++ b/resources/views/employers/edit-flot.blade.php @@ -3,6 +3,27 @@ @section('scripts')