Przeglądaj źródła

person card updates

alexlcdee 8 lat temu
rodzic
commit
79e5a9a09b

+ 7 - 3
src/files/css/main.css

@@ -9664,7 +9664,10 @@ footer .copyright .logo {
   height: calc(100% - 63px);
   display: flex;
   flex-direction: column;
-  justify-content: space-around; }
+  justify-content: space-around;
+  padding-top: 20px;
+  margin-top: -20px;
+  line-height: 1.2; }
   .personals__details--wide {
     min-height: 23px; }
   .personals__details--no-borders {
@@ -9696,8 +9699,9 @@ footer .copyright .logo {
   padding-right: 5px; }
 .personals__client-schedule {
   margin-top: 10px;
-  font-weight: 700;
-  font-size: 16px;
+  font-weight: 400;
+  font-size: 15px;
+  line-height: 1.3;
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif; }
 
 .full-news__details {

Plik diff jest za duży
+ 0 - 0
src/files/css/main.css.map


+ 6 - 2
src/files/scss/_personals.scss

@@ -113,6 +113,9 @@
         display: flex;
         flex-direction: column;
         justify-content: space-around;
+        padding-top: 20px;
+        margin-top: -20px;
+        line-height: 1.2;
 
         &--wide {
             min-height: 23px;
@@ -161,8 +164,9 @@
 
     &__client-schedule {
         margin-top: 10px;
-        font-weight: 700;
-        font-size: 16px;
+        font-weight: 400;
+        font-size: 15px;
+        line-height: 1.3;
         font-family: $fontcuprum;
     }
 }

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików