We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae379d5 commit 1fc723eCopy full SHA for 1fc723e
2 files changed
README.md
@@ -7,7 +7,7 @@ LyssaRDSGen is a website designed for the generation of Service Provider Keys (S
7
## Access
8
9
The website can be accessed at the following address:
10
-[https://thecatontheceiling.github.io/LyssaTSGen/](https://thecatontheceiling.github.io/LyssaTSGen/)
+[https://thecatontheceiling.github.io/LyssaRDSGen/](https://thecatontheceiling.github.io/LyssaRDSGen/)
11
12
## Technical Basis
13
index.html
@@ -8,8 +8,8 @@
<style>
label { display: block; margin-top: 10px; font-weight: bold; }
input[type="text"], input[type="number"] {
- width: 95%;
- max-width: 400px;
+ width: 100%;
+ max-width: 305px;
}
14
button {
15
padding: 10px 15px;
0 commit comments