Browse Source

фиксанул селктор .bootom__text добавил display flex и max-width

kyrylo 4 years ago
parent
commit
4ce03a9694
1 changed files with 2 additions and 1 deletions
  1. 2 1
      css/style.css

+ 2 - 1
css/style.css

@@ -306,13 +306,14 @@ li {
     margin-bottom: 40px;
 }
 .bottom-text {
+    display: flex;
     font-family: PT Sans;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 21px;
     color: rgba(255, 255, 255, 1);
-    width: 471px;
+    max-width: 471px;
     height: 173px;
     margin-bottom: 60px;
 }