mirror of
				https://github.com/DerTyp7/apartment-altenau-nextjs.git
				synced 2025-10-30 21:27:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			188 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			188 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| .map {
 | |
|   display: flex;
 | |
|   flex-direction: column;
 | |
| 
 | |
|   a {
 | |
|     flex: 1;
 | |
|     float: right;
 | |
|     width: 100%;
 | |
|     text-align: right;
 | |
|   }
 | |
| 
 | |
|   #googleMap {
 | |
|     flex: 1;
 | |
|     aspect-ratio: 1;
 | |
|   }
 | |
| }
 | 
