[SoC][CSS] Fix top on mobile

This commit is contained in:
Diogo Peralta Cordeiro 2021-09-13 13:15:35 +01:00
parent 3fc71b68af
commit 91ac3f7c07
Signed by: diogo
GPG Key ID: 18D2D35001FBFAB0
1 changed files with 7 additions and 0 deletions

View File

@ -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>