fix: styling on page-list for smaller screens
This commit is contained in:
		
							parent
							
								
									e0b6606d50
								
							
						
					
					
						commit
						7ccff2cf3d
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -169,7 +169,7 @@ blockquote {
 | 
			
		|||
      background-color: transparent !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    & a[href$="#"] {
 | 
			
		||||
    & a[href$="#"], &.active a {
 | 
			
		||||
      opacity: 0.2;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			@ -507,6 +507,12 @@ header {
 | 
			
		|||
    display: flex;
 | 
			
		||||
    align-items: center; 
 | 
			
		||||
 | 
			
		||||
    @media all and (max-width: 600px) {
 | 
			
		||||
      & .tags {
 | 
			
		||||
        display: none;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    & h3 > a {
 | 
			
		||||
      font-weight: 700;
 | 
			
		||||
      margin: 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue