Forráskód Böngészése

название перекрывает иконки соцсетей

anatoly 7 éve
szülő
commit
c9c3a8a363

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

@@ -6812,6 +6812,9 @@ header .menu-mobile ul li a:hover {
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;
   font-weight: 700;
   color: #004d7b; }
+  @media (min-width: 1201px) {
+    .main-title .title {
+      max-width: 790px; } }
 
 .main-title .subtitle {
   font-family: "Cuprum", Impact, "Charcoal CY", sans-serif;

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
src/files/css/main.css.map


+ 3 - 0
src/files/scss/_base-style.scss

@@ -291,6 +291,9 @@ header .menu-mobile ul li a:hover {
     font-family: $fontcuprum;
     font-weight: 700;
     color: #004d7b;
+    @media(min-width: 1201px){
+        max-width: 790px;
+    }
 }
 
 .main-title .subtitle {

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott