1
0
Fork 0
mirror of https://codeberg.org/icewind/shelve.git synced 2026-06-03 12:04:09 +02:00

better mobile css

This commit is contained in:
Robin Appelman 2021-07-30 22:27:14 +02:00
commit 79d9d64296
3 changed files with 52 additions and 644 deletions

View file

@ -1,7 +1,12 @@
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Shelve</title>
<style>
* {
box-sizing: border-box;
}
html, body {
height: 100%;
padding: 0;
@ -49,8 +54,7 @@
}
.dropbox {
max-width: 100%;
width: 400px;
width: 100%;
font-size: 1.25rem; /* 20 */
position: relative;
padding: 100px 20px;
@ -214,6 +218,11 @@
.box__button:focus {
background-color: #0f3c4b;
}
#box {
max-width: 100%;
width: 400px;
}
</style>
</head>
<body class="no-js">