proper scaling of input boxes

This commit is contained in:
array-in-a-matrix 2022-02-09 15:22:22 -05:00
parent e7fbde164d
commit 7701b969c6

View file

@ -9,6 +9,11 @@
<link rel="stylesheet" href="/style/style.css" />
<link rel="icon" type="image/x-icon" href="/res/site/icons/favicon.ico">
<script src="./script/script.js"></script>
<style>
input {
width: 40%;
}
</style>
</head>
<body>