Parcourir la source

правки 2018-12-20

Alecksandr Parshin il y a 7 ans
Parent
commit
bc75b97b8e
2 fichiers modifiés avec 11 ajouts et 3 suppressions
  1. 1 0
      src/files/css/dev.css
  2. 10 3
      src/files/css/main2.css

+ 1 - 0
src/files/css/dev.css

@@ -10,3 +10,4 @@ footer {
 body{
     padding-bottom: 0;
 }
+

+ 10 - 3
src/files/css/main2.css

@@ -47,7 +47,8 @@
 
 /* Менял-start */
 .main-container .col-lg-10 {
-  width: 78%; }
+  /*width: 78%; */
+}
 /* Менял-end */
 
 
@@ -96,9 +97,12 @@
 .logo-top-margin {
   margin-top: -30px;
 position: relative;
+    /*
 z-index: 99999999;
-background: #fff;
 padding: 20px 0;
+*/
+background: #fff;
+
 }
 
 header .menu ul li:first-child {
@@ -582,5 +586,8 @@ header.v9 .container {
 }
 }
 
-
 /* Добавил-end */
+
+.content-right .news{
+    margin-top: 25px;
+}