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