mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Added delimiters elements
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -1,2 +1,3 @@
 | 
			
		||||
@import 'components/avatar';
 | 
			
		||||
@import 'components/core';
 | 
			
		||||
@import 'components/header';
 | 
			
		||||
 
 | 
			
		||||
@@ -20,11 +20,14 @@ body {
 | 
			
		||||
 | 
			
		||||
.container {
 | 
			
		||||
  flex: 75%;
 | 
			
		||||
  padding-right: 32px;
 | 
			
		||||
  padding-right: 16px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.sidebar {
 | 
			
		||||
  border-left: 1px solid $color-bg-alt;
 | 
			
		||||
  flex: 25%;
 | 
			
		||||
  height: 100%;
 | 
			
		||||
  padding-left: 16px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 684px) {
 | 
			
		||||
@@ -38,6 +41,8 @@ body {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .sidebar {
 | 
			
		||||
    border: 0;
 | 
			
		||||
    flex: 100%;
 | 
			
		||||
    padding-left: 0;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										9
									
								
								_scss/components/_header.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								_scss/components/_header.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
header {
 | 
			
		||||
  border-bottom: 1px solid $color-bg-alt;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
article {
 | 
			
		||||
  header {
 | 
			
		||||
    padding-bottom: 16px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user