mirror of
https://github.com/S2-/pwgen.git
synced 2025-08-02 00:40:08 +02:00
add a margin
This commit is contained in:
@@ -2,6 +2,10 @@ body {
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
div {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
input[type="number"] {
|
||||
-moz-appearance: none;
|
||||
color: var(--in-content-text-color);
|
||||
|
@@ -2,6 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css" />
|
||||
<link rel="stylesheet" href="chrome://global/skin/in-content/common.css" type="text/css" />
|
||||
|
||||
|
Reference in New Issue
Block a user