Commit 0988f09295104b113befb65ecbf7efcf2e2aae58

Authored by Андрей Ларионов
1 parent c20e912d43
Exists in master

Коммит...

Showing 1 changed file with 33 additions and 3 deletions Side-by-side Diff

resources/views/layout/pdf.blade.php
... ... @@ -129,10 +129,12 @@
129 129 }
130 130  
131 131 .main__resume-profile-info-title {
  132 + margin-bottom: 20px !important;
  133 + color: #3a3b3c;
  134 + }
  135 +
  136 + .main__resume-profile-info-body-item {
132 137 margin: 0px 0px 20px 0px;
133   - margin-bottom: 50px;
134   - font-weight: 700;
135   - font-size: 30px;
136 138 }
137 139  
138 140 .main__resume-profile-info-body-subtitle {
... ... @@ -142,6 +144,34 @@
142 144 font-size: 22px;
143 145 }
144 146  
  147 + .main__resume-profile-info-body-inner {
  148 + margin: 0;
  149 + padding: 0;
  150 + font-size: 12px;
  151 + }
  152 +
  153 + .main__resume-profile-info-body-inner li {
  154 + list-style-type: none;
  155 + margin: 0px 0px 20px 0px;
  156 + }
  157 +
  158 + .main__resume-profile-info-body-inner b {
  159 + display: block;
  160 + margin: 0px 0px 6px 0px;
  161 + color: #377d87;
  162 + font-size: 14px;
  163 + }
  164 +
  165 + .main__resume-profile-info-body-inner span {
  166 + display: block;
  167 + }
  168 +
  169 + .main__resume-profile-info-body-inner a {
  170 + display: block;
  171 + text-decoration: none;
  172 + color: inherit;
  173 + }
  174 +
145 175 </style>
146 176 </head>
147 177