minor edits
This commit is contained in:
		
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB  | 
@ -1,4 +1,4 @@
 | 
				
			|||||||
<div class="link_tiles_grid">
 | 
					<div class="link-tiles-grid">
 | 
				
			||||||
    <a href="/pages/">
 | 
					    <a href="/pages/">
 | 
				
			||||||
        <img src="_assets/img/most_recent.jpg" alt=""/>
 | 
					        <img src="_assets/img/most_recent.jpg" alt=""/>
 | 
				
			||||||
        all posts
 | 
					        all posts
 | 
				
			||||||
 | 
				
			|||||||
@ -135,7 +135,7 @@ nav {
 | 
				
			|||||||
  z-index: -1;
 | 
					  z-index: -1;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.link_tiles_grid {
 | 
					.link-tiles-grid {
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
  display: grid;
 | 
					  display: grid;
 | 
				
			||||||
  grid-template-columns: 1fr 1fr 1fr;
 | 
					  grid-template-columns: 1fr 1fr 1fr;
 | 
				
			||||||
@ -143,9 +143,10 @@ nav {
 | 
				
			|||||||
  margin-bottom: var(--line-padding);
 | 
					  margin-bottom: var(--line-padding);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.link_tiles_grid>a>img {
 | 
					.link-tiles-grid>a>img {
 | 
				
			||||||
  background-color: var(--border);
 | 
					  background-color: var(--border);
 | 
				
			||||||
  width: 100%;
 | 
					  width: 100%;
 | 
				
			||||||
 | 
					  aspect-ratio: 1/1;
 | 
				
			||||||
  color: var(--container)
 | 
					  color: var(--container)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -203,7 +204,7 @@ nav {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  /* switch to two columns when it gets really small */
 | 
					  /* switch to two columns when it gets really small */
 | 
				
			||||||
  @media all and (max-width: 545px) {
 | 
					  @media all and (max-width: 545px) {
 | 
				
			||||||
    .link_tiles_grid {
 | 
					    .link-tiles-grid {
 | 
				
			||||||
      display: grid;
 | 
					      display: grid;
 | 
				
			||||||
      grid-template-columns: 1fr 1fr;
 | 
					      grid-template-columns: 1fr 1fr;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
@ -4,10 +4,10 @@ draft: true
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# albums
 | 
					# albums
 | 
				
			||||||
exo - tineidae
 | 
					exo - tineidae  
 | 
				
			||||||
hyper dimensional expansion beam ?? - the comet is coming
 | 
					hyper dimensional expansion beam ?? - the comet is coming  
 | 
				
			||||||
exile - sabrepulse
 | 
					exile - sabrepulse  
 | 
				
			||||||
delancey st. station - pinc louds
 | 
					delancey st. station - pinc louds  
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# soundtracks
 | 
					# soundtracks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user