style update
This commit is contained in:
		
							parent
							
								
									7f904b8136
								
							
						
					
					
						commit
						98bc6e3f86
					
				| @ -19,7 +19,6 @@ body { | |||||||
| 	min-height:100%; | 	min-height:100%; | ||||||
| } | } | ||||||
| #content{ | #content{ | ||||||
| 	width:70%; |  | ||||||
| 	min-height: 100vh; | 	min-height: 100vh; | ||||||
| 	margin:auto; | 	margin:auto; | ||||||
| 	background-color: rgba(0,0,0,0.77); | 	background-color: rgba(0,0,0,0.77); | ||||||
| @ -58,18 +57,26 @@ header { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @media only screen  | @media only screen  | ||||||
| and (max-width : 800px) { | and (max-width : 900px) { | ||||||
|     article { |     article { | ||||||
|     	columns: 1; |     	columns: 1; | ||||||
|     } |     } | ||||||
|  | 	#content { | ||||||
|  | 		width:95%; | ||||||
|  | 	} | ||||||
| } | } | ||||||
|  | 
 | ||||||
| @media only screen  | @media only screen  | ||||||
| and (min-width : 800px) { | and (min-width : 600px) { | ||||||
|     article { |     article { | ||||||
|     	columns: 2; |     	columns: 2; | ||||||
| 		column-gap:5%; | 		column-gap:5%; | ||||||
|     } |     } | ||||||
|  | 	#content { | ||||||
|  | 		width:70%; | ||||||
|  | 	} | ||||||
| } | } | ||||||
|  | 
 | ||||||
| article { | article { | ||||||
| 	text-align:justify; | 	text-align:justify; | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user