Added extremely simple small-screen support
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="/styles.css">
|
<link rel="stylesheet" href="/styles.css">
|
||||||
<script src="/main.js"></script>
|
<script src="/main.js"></script>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -10,7 +10,7 @@ body {
|
|||||||
background-color: #363636da;
|
background-color: #363636da;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: max-content;
|
width: fit-content;
|
||||||
margin:0 auto;
|
margin:0 auto;
|
||||||
margin-bottom: 1%;
|
margin-bottom: 1%;
|
||||||
padding: 1%;
|
padding: 1%;
|
||||||
|
|||||||
Reference in New Issue
Block a user