[SoC][CSS] Fix top on mobile
This commit is contained in:
		@@ -9,6 +9,13 @@
 | 
			
		||||
    <link rel="stylesheet" href="../assets/css/style.css">
 | 
			
		||||
    <link rel="stylesheet" href="../assets/css/reset.css">
 | 
			
		||||
    <link rel="stylesheet" href="../assets/fonts/opensans/opensans.css">
 | 
			
		||||
    <style>
 | 
			
		||||
        @media screen and (max-height: 700px) {
 | 
			
		||||
            .content {
 | 
			
		||||
                top: 2.5rem !important;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    </style>
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user