[SoC][CSS] Fix top on mobile
This commit is contained in:
parent
3fc71b68af
commit
91ac3f7c07
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user