From 0988f09295104b113befb65ecbf7efcf2e2aae58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=20=D0=9B=D0=B0=D1=80?= =?UTF-8?q?=D0=B8=D0=BE=D0=BD=D0=BE=D0=B2?= Date: Wed, 13 Mar 2024 16:31:57 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9A=D0=BE=D0=BC=D0=BC=D0=B8=D1=82...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layout/pdf.blade.php | 36 +++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/resources/views/layout/pdf.blade.php b/resources/views/layout/pdf.blade.php index 2e788da..ed7d8b0 100644 --- a/resources/views/layout/pdf.blade.php +++ b/resources/views/layout/pdf.blade.php @@ -129,10 +129,12 @@ } .main__resume-profile-info-title { + margin-bottom: 20px !important; + color: #3a3b3c; + } + + .main__resume-profile-info-body-item { margin: 0px 0px 20px 0px; - margin-bottom: 50px; - font-weight: 700; - font-size: 30px; } .main__resume-profile-info-body-subtitle { @@ -142,6 +144,34 @@ font-size: 22px; } + .main__resume-profile-info-body-inner { + margin: 0; + padding: 0; + font-size: 12px; + } + + .main__resume-profile-info-body-inner li { + list-style-type: none; + margin: 0px 0px 20px 0px; + } + + .main__resume-profile-info-body-inner b { + display: block; + margin: 0px 0px 6px 0px; + color: #377d87; + font-size: 14px; + } + + .main__resume-profile-info-body-inner span { + display: block; + } + + .main__resume-profile-info-body-inner a { + display: block; + text-decoration: none; + color: inherit; + } + -- 1.7.10.4