lessites mobile
This commit is contained in:
		@@ -3234,6 +3234,11 @@ main {
 | 
			
		||||
#lessites .content_container .view .header_view #block-sitesmap-block {
 | 
			
		||||
  margin: auto;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 810px) {
 | 
			
		||||
  #lessites .content_container .view .header_view #block-sitesmap-block #sites-map-container {
 | 
			
		||||
    height: 300px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
#lessites .content_container .view .views-row-wrapper {
 | 
			
		||||
  display: flex;
 | 
			
		||||
  flex-direction: row;
 | 
			
		||||
@@ -3246,6 +3251,11 @@ main {
 | 
			
		||||
  width: 18%;
 | 
			
		||||
  margin-bottom: 2rem;
 | 
			
		||||
}
 | 
			
		||||
@media (max-width: 810px) {
 | 
			
		||||
  #lessites .content_container .view .views-row-wrapper .views-row {
 | 
			
		||||
    width: 45%;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
#lessites .content_container .view .views-row-wrapper .views-row .views-field-title .field-content a {
 | 
			
		||||
  color: rgb(7, 50, 194);
 | 
			
		||||
  font-family: "gilroy-bold";
 | 
			
		||||
 
 | 
			
		||||
@@ -39,6 +39,12 @@ main{
 | 
			
		||||
                
 | 
			
		||||
                #block-sitesmap-block{
 | 
			
		||||
                    margin: auto;
 | 
			
		||||
 | 
			
		||||
                    #sites-map-container{
 | 
			
		||||
                        @media(max-width: 810px){
 | 
			
		||||
                            height: 300px;
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
               
 | 
			
		||||
            }
 | 
			
		||||
@@ -53,6 +59,9 @@ main{
 | 
			
		||||
                .views-row{
 | 
			
		||||
                    width: 18%;
 | 
			
		||||
                    margin-bottom: 2rem;
 | 
			
		||||
                    @media(max-width: 810px){
 | 
			
		||||
                        width: 45%;
 | 
			
		||||
                    }
 | 
			
		||||
                    .views-field-title .field-content a{
 | 
			
		||||
                        color: $blue_QDD;
 | 
			
		||||
                        font-family: "gilroy-bold";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user