Implemented basic RWD
This commit is contained in:
		| @@ -481,4 +481,14 @@ textarea { | ||||
|  | ||||
| code { | ||||
|     line-height: 150%; | ||||
| } | ||||
|  | ||||
| @media only screen and (max-width: 768px) { | ||||
|     .rwd-hideable { | ||||
|         display: none; | ||||
|     } | ||||
|  | ||||
|     .rwd-expandable { | ||||
|         width: 100%; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user