Changed min width before content starts dissapearing on smalled devices
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
				font-family: var(--font);
 | 
			
		||||
				font-size: 110%;
 | 
			
		||||
				margin: 2rem;
 | 
			
		||||
				transition: all 0.2s;
 | 
			
		||||
				transition: all 0.3s;
 | 
			
		||||
			}
 | 
			
		||||
			
 | 
			
		||||
			h1, h2, h3 {
 | 
			
		||||
@@ -48,7 +48,7 @@
 | 
			
		||||
			box-shadow: inset 0 0 0 10px;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			@media (max-width: 800px) {
 | 
			
		||||
			@media (max-width:600px) {
 | 
			
		||||
				.not-required {
 | 
			
		||||
					display: none;
 | 
			
		||||
				}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user