Compare commits
	
		
			No commits in common. "a3ba9e506436ab6e21d5a06c9dfee980320557f2" and "7fc2acd7f1f22d29bfa77a792e6a88c7818645a4" have entirely different histories.
		
	
	
		
			a3ba9e5064
			...
			7fc2acd7f1
		
	
		| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300&display=swap');
 | 
			
		||||
 | 
			
		||||
$sidebar_width: 20%;
 | 
			
		||||
$sidebar_width: 15%;
 | 
			
		||||
$sidebar_background: rgba(45, 45, 45, 1);
 | 
			
		||||
$body_background: rgba(30, 30, 30, 1);
 | 
			
		||||
$content_background: rgb(35, 35, 35);
 | 
			
		||||
| 
						 | 
				
			
			@ -8,7 +8,6 @@ $content_background: rgb(35, 35, 35);
 | 
			
		|||
body {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    font-family: 'Fira Code', monospace;
 | 
			
		||||
    background: $body_background;
 | 
			
		||||
 | 
			
		||||
    // Sidebar
 | 
			
		||||
    nav {
 | 
			
		||||
| 
						 | 
				
			
			@ -28,8 +27,7 @@ body {
 | 
			
		|||
        }
 | 
			
		||||
 | 
			
		||||
        img { 
 | 
			
		||||
            width: 100%;
 | 
			
		||||
            max-width: 500px;
 | 
			
		||||
            width: auto;
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
        // Refrence to the tab interface
 | 
			
		||||
| 
						 | 
				
			
			@ -50,7 +48,8 @@ body {
 | 
			
		|||
        height: 100%;
 | 
			
		||||
        box-sizing: border-box;
 | 
			
		||||
        margin-left: $sidebar_width;
 | 
			
		||||
        padding-top: 50px;
 | 
			
		||||
        background: $body_background;
 | 
			
		||||
        padding-top: 32px;
 | 
			
		||||
        color: white;
 | 
			
		||||
 | 
			
		||||
        article {
 | 
			
		||||
| 
						 | 
				
			
			@ -58,12 +57,12 @@ body {
 | 
			
		|||
            border: 1px solid white;
 | 
			
		||||
            border-radius: 3px;
 | 
			
		||||
            padding: 13px;
 | 
			
		||||
            max-width: 1000px;
 | 
			
		||||
            max-width: 1500px;
 | 
			
		||||
            background: $content_background;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media screen and (max-width: 1300px) {
 | 
			
		||||
@media screen and (max-width: 1000px) {
 | 
			
		||||
    @import "mobile.scss";
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue