proper scaling of input boxes
This commit is contained in:
parent
e7fbde164d
commit
7701b969c6
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue