armansansd 3 years ago
parent
commit
f06c9d3a91

+ 3 - 1
web/themes/custom/popsu/css/styles.css

@@ -1395,7 +1395,6 @@ iframe {
         .header_top_middle_container .views-element-container > div:first-child > div:first-child > div:first-child {
           grid-column-start: 2; }
   .header_top_middle_container .views-row {
-    text-align: center;
     display: inline-block;
     width: auto; }
     .header_top_middle_container .views-row .views-field-title > span {
@@ -1407,6 +1406,9 @@ iframe {
       font-weight: 600; }
       .header_top_middle_container .views-row .views-field-title > span a {
         text-decoration: none; }
+      @media screen and (max-width: 76.375em) {
+        .header_top_middle_container .views-row .views-field-title > span {
+          font-size: 0.45rem; } }
 
 .close-block, .open-block {
   cursor: pointer; }

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 5 - 1
web/themes/custom/popsu/sass/pages/partials/_header_footer.scss

@@ -179,7 +179,7 @@
 	}
 
 	.views-row{
-		text-align: center;
+		// text-align: center;
 		display: inline-block;
 		width: auto;
         // a, span{
@@ -195,6 +195,10 @@
 			a{
 				text-decoration: none;
 			}
+			@include breakpoint(1222px down) {
+				font-size: $font-small;
+		
+			}
         }
 
         

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