diff --git a/index.html b/index.html index bb0bd3f..3e877db 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Satdress - Federated Lightning Address Server + >>>>>> f98da7d981ce9e530596c805dfe5b00f2ed1f7eb font-weight: 700; + text-align: center; letter-spacing: 1px; } @@ -118,20 +116,18 @@ background-color: #f3f3f3; } -<<<<<<< HEAD -======= .suffix { height: 35px; display: inline-flex; padding: 0 10px; - font-size: 14px; + font-size: 16px; + font-weight: 600; align-items: center; - border-radius: 5px; + word-break: break-all; margin-bottom: 25px; letter-spacing: 0.5px; } ->>>>>>> f98da7d981ce9e530596c805dfe5b00f2ed1f7eb select { height: 35px; outline: none; @@ -169,11 +165,64 @@ color: #8062fb; background: rgba(42,0,255,0.1); } + + .owner { + display: flex; + padding-top: 5px; + align-items: center; + flex-direction: row; + justify-content: center; + } + + .owner-button { + padding: 8px; + color: #8062fb; + font-weight: 400; + margin-bottom: 8px; + border-radius: 7px; + text-decoration: none; + } + + .owner-button:hover { + color: #8062fb; + background: rgba(42,0,255,0.1); + } + + .owner-name { + font-weight: 600; + } + + @media screen and (max-width: 500px) { + body { + padding: 20px 5px 30px 5px; + } + + .title { + font-size: 30px; + } + + .card { + padding: 25px; + } + + .tagline { + font-size: 16px; + padding: 0 10px; + } + }
-
Satdress
+
{{ siteName }}Satdress
Federated Lightning Address Server
+
+ + Brought to you by {{ siteOwnerName }} + +
Use the form below to connect your own node to a Lightning Address.
@@ -188,7 +237,7 @@ @@ -214,7 +263,7 @@
@@ -243,27 +292,36 @@
- +