Browse Source

person card updates

alexlcdee 8 years ago
parent
commit
79e5a9a09b
3 changed files with 13 additions and 5 deletions
  1. 7 3
      src/files/css/main.css
  2. 0 0
      src/files/css/main.css.map
  3. 6 2
      src/files/scss/_personals.scss

+ 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 {

File diff suppressed because it is too large
+ 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;
     }
 }

Some files were not shown because too many files changed in this diff