diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index c7f6c6c..c1f7588 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -4003,6 +4003,18 @@ h1 { grid-template-columns: repeat(2, 1fr); gap: 20px; } + +.modal__buttons.modal__buttons-one-column { + grid-template-columns: 1fr; +} + +#tell_to_update_profile .main__employer-page-two-item-button { + margin-left: auto; + margin-right: auto; + left: 0; + right: 0; +} + @media (min-width: 768px) { .main__employer-page-two-item-button { position: absolute; @@ -4018,6 +4030,9 @@ h1 { right: 20px; } } + + + .main__employer-page-two-item-bottom { display: -webkit-box; display: -ms-flexbox; diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 95b150b..be9466a 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -192,7 +192,7 @@
{{ $new->title }}
-
{!! mb_strimwidth($new->text, 0, 100) !!}
+
{!! mb_strimwidth($new->text, 0, 150) !!}
Читать далее
diff --git a/resources/views/modals/vacancy/tell_user_to_complete_profile.blade.php b/resources/views/modals/vacancy/tell_user_to_complete_profile.blade.php index f17c561..4e821a9 100644 --- a/resources/views/modals/vacancy/tell_user_to_complete_profile.blade.php +++ b/resources/views/modals/vacancy/tell_user_to_complete_profile.blade.php @@ -1,7 +1,7 @@