Skip to content

Commit

Permalink
Отступы
Browse files Browse the repository at this point in the history
  • Loading branch information
SadElephant committed Jan 15, 2024
1 parent c741455 commit 3ee84d9
Show file tree
Hide file tree
Showing 21 changed files with 74 additions and 71 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/views/components/call-to-action.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<x-container>
<div class="p-5 bg-body-secondary rounded-4 d-lg-flex align-items-center justify-content-between position-relative">
<div class="p-4 p-xl-5 bg-body-secondary rounded-4 d-lg-flex align-items-center justify-content-between position-relative">
<figure class="position-absolute top-0 start-0 translate-middle z-n1 ms-4">
<x-icon path="l.cube" width="46" height="53" fill="none"/>
</figure>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/docs/docs.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class="{{ active(url($link['href']), 'active', 'link-body-emphasis') }} d-inline
</div>
<div class="px-0 px-md-2 px-xl-3 col-md-9 order-md-last order-first">

<main class="bg-body-tertiary p-4 p-xxl-5 rounded documentations position-relative" data-controller="prism">
<main class="bg-body-tertiary p-4 p-xl-5 rounded documentations position-relative" data-controller="prism">
<h1 class="display-6 fw-bold text-body-emphasis mb-4">{{ $docs->title() }}</h1>
@if ($docs->isOlderVersion())
<div class="alert alert-warning rounded-1" role="alert">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/docs/status.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<x-container>
<div class="col-xl-10 col-md-12 mx-auto">
<div class="p-5 mb-4 bg-body-secondary rounded-3 position-relative">
<div class="p-4 p-xl-5 mb-4 bg-body-secondary rounded-3 position-relative">
<div class="row row-cols-md-4 g-3 justify-content-md-between text-center">
@foreach (\App\Docs::SUPPORT_VERSIONS as $version)
<div @class(['col', 'ms-auto' => !$loop->first])>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/idea/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover">

<x-container>

<div class="p-4 p-xxl-5 bg-body-tertiary rounded-3 position-relative mb-4">
<div class="p-4 p-xl-5 bg-body-tertiary rounded-3 position-relative mb-4">
<div class="row g-5">
<div class="col-xl-6">
<div class="d-none d-xl-flex row row-cols-1 row-cols-sm-1 g-4">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/idea/key.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<x-container>

<div class="p-4 p-xxl-5 bg-body-tertiary rounded-3 position-relative mb-4">
<div class="p-4 p-xl-5 bg-body-tertiary rounded-3 position-relative mb-4">
<div class="row gx-5 gy-4 gy-md-5">
<div class="col-md-6">
<p class="mb-0">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/meet/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@section('content')
<x-container>
<div class="row">
<div class="bg-body-tertiary p-xxl-5 p-4 rounded">
<div class="bg-body-tertiary p-4 p-xl-5 rounded">
<div class="col-xxl-8 mx-auto">

<x-profile :user="auth()->user()" class="mb-3"/>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/packages/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@section('content')
<x-container>
<div class="row">
<div class="bg-body-tertiary p-xxl-5 p-4 rounded">
<div class="bg-body-tertiary p-4 p-xl-5 rounded">
<div class="col-xxl-8 mx-auto">

<x-profile :user="auth()->user()" class="mb-3"/>
Expand Down
6 changes: 3 additions & 3 deletions resources/views/pages/advertising.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</x-header>

<x-container>
<div class="p-5 text-start bg-body-tertiary rounded-3">
<div class="p-4 p-xl-5 text-start bg-body-tertiary rounded-3">
<div class="row align-items-start g-4 g-md-5 justify-content-between">
<div class="col">
<h3 class="display-5 fw-semibold mb-4 text-balance">Титульное партнерство</h3>
Expand Down Expand Up @@ -43,7 +43,7 @@
</x-container>

<x-container>
<div class="p-5 text-start bg-body-tertiary rounded-3">
<div class="p-4 p-xl-5 text-start bg-body-tertiary rounded-3">
<div class="row align-items-start g-4 g-md-5 justify-content-between">
<div class="col">
<h3 class="display-5 fw-semibold mb-4 text-balance">Спонсорский контент</h3>
Expand Down Expand Up @@ -78,7 +78,7 @@
</x-container>

<x-container>
<div class="p-5 text-start bg-body-tertiary rounded-3">
<div class="p-4 p-xl-5 text-start bg-body-tertiary rounded-3">
<div class="row align-items-start g-4 g-md-5 justify-content-between">
<div class="col">
<h3 class="display-5 fw-semibold mb-4 text-balance">Подкаст</h3>
Expand Down
12 changes: 6 additions & 6 deletions resources/views/pages/courses.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="row g-4">
<div class="col-md-4 mb-4">
<div class="bg-secondary rounded-3 bg-opacity-10 p-5 position-relative overflow-hidden mb-4 h-100">
<div class="bg-secondary rounded-3 bg-opacity-10 p-4 p-xl-5 position-relative overflow-hidden mb-4 h-100">
<h3 class="mb-2 fw-bold">Закладки</h3>
<p class="mb-5 fw-light line-clamp line-clamp-3">
Научись использовать закладки не только в подъёздах и палисадниках! Всё о закладках в нашем курсе!
Expand All @@ -34,7 +34,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch
</div>

<div class="col-md-8 mb-4">
<div class="bg-primary bg-opacity-10 rounded-3 p-5 position-relative overflow-hidden mb-4 h-100">
<div class="bg-primary bg-opacity-10 rounded-3 p-4 p-xl-5 position-relative overflow-hidden mb-4 h-100">
<img src="/img/sign.svg" class="position-absolute w-50 bottom-0 end-0">
<div class="row">
<div class="col-sm-8">
Expand All @@ -54,7 +54,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch

<div class="row">
<div class="col-lg-4 mb-4">
<div class="bg-primary bg-opacity-10 rounded-3 p-5 position-relative overflow-hidden h-100">
<div class="bg-primary bg-opacity-10 rounded-3 p-4 p-xl-5 position-relative overflow-hidden h-100">
<img src="/img/ui/tentacle_bottom.svg" class="position-absolute w-50 bottom-0 end-0 z-n1">
<div class="h-100 d-flex flex-column">
<h3 class="mb-2 fw-bold">Orchid</h3>
Expand All @@ -67,7 +67,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="bg-secondary rounded-3 bg-opacity-10 p-5 position-relative overflow-hidden h-100">
<div class="bg-secondary rounded-3 bg-opacity-10 p-4 p-xl-5 position-relative overflow-hidden h-100">
<img src="/img/ui/livewire_cource.svg" class="position-absolute w-50 bottom-0 end-0 z-n1">
<div class="h-100 d-flex flex-column">
<h3 class="mb-2 fw-bold">Livewire</h3>
Expand All @@ -81,7 +81,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch

<div class="col-lg-4 mb-4">
<div class="h-100 d-flex flex-column gap-4">
<div class="bg-secondary rounded-3 bg-opacity-10 p-5 position-relative overflow-hidden h-50">
<div class="bg-secondary rounded-3 bg-opacity-10 p-4 p-xl-5 position-relative overflow-hidden h-50">
<h3 class="mb-2 fw-bold">Очереди</h3>
<p class="mb-5 fw-light line-clamp line-clamp-3">
Игнорирование <code>timeout</code>, дублирование задач и
Expand All @@ -93,7 +93,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover stretch
<x-icon path="bs.arrow-right" />
</a>
</div>
<div class="bg-secondary rounded-3 bg-opacity-10 p-5 position-relative overflow-hidden h-50">
<div class="bg-secondary rounded-3 bg-opacity-10 p-4 p-xl-5 position-relative overflow-hidden h-50">
<h3 class="mb-2 fw-bold">PHP Итераторы</h3>
<p class="mb-5 fw-light line-clamp line-clamp-3">
В этом видео курсе представлено введение в использование итераторов в PHP, включая
Expand Down
8 changes: 4 additions & 4 deletions resources/views/pages/feature.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class="link-body-emphasis text-decoration-none icon-link icon-link-hover">Кур

<x-container data-controller="prism">
<section class="mb-5 pb-md-5">
<div class="bg-body-tertiary p-4 p-xxl-5 rounded position-relative"
<div class="bg-body-tertiary p-4 p-xl-5 rounded position-relative"
data-controller="tabs"
data-tabs-active-tab-class="bg-body-secondary"
data-tabs-index-value="1"
Expand Down Expand Up @@ -378,7 +378,7 @@ class="fill-gray-900"></path>
<div class="p-4 p-xl-5">
<div class="row align-items-start">
<div class="col-lg-4 mb-3 mb-lg-0">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="bg-body-secondary rounded p-4">
<p class="mb-0 opacity-75">
Настраивать окружение для новичка может быть непростой задачей.
Expand All @@ -387,7 +387,7 @@ class="fill-gray-900"></path>
</p>
</div>
</div>
<div class="col-lg-4 mb-3 mb-lg-0">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="d-flex flex-column gap-4">
<div class="d-flex align-items-center gap-3">
<img src="/img/ui/apple.svg" class="img-fluid">
Expand All @@ -401,7 +401,7 @@ class="fill-gray-900"></path>
</p>
</div>
</div>
<div class="col-lg-4 mb-3 mb-lg-0">
<div class="col-lg-4 mb-4 mb-lg-0">
<div class="d-flex flex-column gap-4">
<div class="d-flex align-items-center gap-3">
<img src="/img/ui/docker.svg" class="img-fluid">
Expand Down
10 changes: 5 additions & 5 deletions resources/views/pages/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
--}}
</div>

<div class="p-4 p-xxl-5 bg-body-secondary rounded-3 position-relative mb-4">
<div class="p-4 p-xl-5 bg-body-secondary rounded-3 position-relative mb-4">
<div class="row g-4 g-md-5 align-items-center">
<div class="col-md-7">
<h3 class="display-6 fw-semibold mb-4 text-balance">Веб</h3>
Expand All @@ -69,7 +69,7 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h
</div>
</div>

<div class="p-4 p-xxl-5 bg-body-secondary rounded-3 position-relative mb-4">
<div class="p-4 p-xl-5 bg-body-secondary rounded-3 position-relative mb-4">
<div class="row g-4 g-md-5 align-items-center">
<div class="col-md-7">
<h3 class="display-6 fw-semibold mb-4 text-balance">API</h3>
Expand All @@ -89,7 +89,7 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h
</div>
</div>

<div class="p-4 p-xxl-5 bg-body-secondary rounded-3 position-relative mb-4">
<div class="p-4 p-xl-5 bg-body-secondary rounded-3 position-relative mb-4">
<div class="row g-4 g-md-5 align-items-center">
<div class="col-md-7 ">
<h3 class="display-6 fw-semibold mb-4 text-balance">Консоль</h3>
Expand Down Expand Up @@ -296,7 +296,7 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h

<div class="row">
<div class="col">
<div class="p-5 bg-light-subtle bg-gradient rounded mb-5 position-relative overflow-hidden" style="border-radius: 2rem;
<div class="p-4 p-xl-5 bg-light-subtle bg-gradient rounded mb-5 position-relative overflow-hidden" style="border-radius: 2rem;
background: #1A1319!important;
box-shadow: 0px 142px 53px -120px rgba(20, 20, 24, 0.89), 0px 2px 4px 0px rgba(0, 0, 0, 0.09);">
<img src="/img/ui/tentacle_bottom.svg" class="d-none d-xxl-block position-absolute bottom-0 end-0 mx-4 pe-none">
Expand Down Expand Up @@ -371,7 +371,7 @@ class="feature-icon-small d-inline-flex align-items-center justify-content-cente
</div>
</div>
<div class="col">
<div class="p-5 bg-light-subtle bg-gradient rounded mb-5 position-relative overflow-hidden" style="background: #1A1319!important;">
<div class="p-4 p-xl-5 bg-light-subtle bg-gradient rounded mb-5 position-relative overflow-hidden" style="background: #1A1319!important;">

<img src="/img/ui/klubok.svg" class="d-none d-xxl-block position-absolute bottom-0 end-0 m-2 pe-none">
<img src="/img/ui/balalaika.svg" class="d-none d-xxl-block position-absolute top-0 start-0 m-1 pe-none">
Expand Down
2 changes: 1 addition & 1 deletion resources/views/particles/meet.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div id="@domid($meet)"
class="d-flex flex-column justify-content-between bg-body-tertiary p-4 p-lg-5 rounded mb-4 hotwire-frame
class="d-flex flex-column justify-content-between bg-body-tertiary p-4 p-xl-5 rounded mb-4 hotwire-frame
@if(isset($loop) && ($loop->iteration <= (3*intdiv($loop->count,3))))
h-100
@endif
Expand Down
6 changes: 3 additions & 3 deletions resources/views/particles/sponsors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h

<div class="row row-cols-lg-3 g-4 g-md-5">
<div class="col">
<div class="p-5 bg-body-tertiary rounded d-flex flex-column h-100 position-relative">
<div class="p-4 p-xl-5 bg-body-tertiary rounded d-flex flex-column h-100 position-relative">
<img src="https://appfox.ru/local/templates/custom/images/elements/logo.svg" class="d-block mb-4 me-auto" height="64">
<p class="fw-normal">
Входим в ТОП-3 рейтинга Рунета IT студий и самая большая команда в Москве (100+ человек) - штат
Expand All @@ -37,7 +37,7 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h

</div>
<div class="col">
<div class="p-5 bg-body-tertiary rounded d-flex flex-column h-100 position-relative">
<div class="p-4 p-xl-5 bg-body-tertiary rounded d-flex flex-column h-100 position-relative">
<img src="/img/resources/tnspodcast.svg" class="d-block mb-4 me-auto" height="64">
<p class="fw-normal">
Подкаст c зажигательными эпизоды, которые заставят
Expand All @@ -50,7 +50,7 @@ class="link-body-emphasis fw-semibold text-decoration-none icon-link icon-link-h
</div>
</div>
<div class="col">
<div class="p-5 bg-body-tertiary rounded d-flex flex-column h-100 position-relative">
<div class="p-4 p-xl-5 bg-body-tertiary rounded d-flex flex-column h-100 position-relative">
<img src="https://laravel-idea.com/img/logo.svg" class="d-block mb-4 me-auto" height="64">
<p class="fw-normal">
Laravel Idea — среда разработки на базе PhpStorm, ориентированная на эффективность и
Expand Down
2 changes: 1 addition & 1 deletion resources/views/positions/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@section('content')
<x-container>
<div class="row">
<div class="bg-body-tertiary p-xxl-5 p-4 rounded">
<div class="bg-body-tertiary p-4 p-xl-5 rounded">
<div class="col-xxl-8 mx-auto">

<x-profile :user="auth()->user()" class="mb-3"/>
Expand Down
Loading

0 comments on commit 3ee84d9

Please sign in to comment.