diff --git a/website/index.html b/website/index.html
index 39a45cc..5c5af6e 100644
--- a/website/index.html
+++ b/website/index.html
@@ -2,7 +2,7 @@
-
+
Lit.ruv.wtf Terminal
diff --git a/website/styles.css b/website/styles.css
index ed4c845..cc03cec 100644
--- a/website/styles.css
+++ b/website/styles.css
@@ -184,9 +184,16 @@ body {
/* Responsive adjustments */
@media (max-width: 768px) {
+ .crt-border-overlay {
+ border-width: 40px;
+ border-image-width: 40px;
+ }
+
.container {
- width: 98vw;
- height: 95vh;
+ top: 40px;
+ left: 40px;
+ right: 40px;
+ bottom: 50px;
border-radius: 4px;
}
@@ -215,6 +222,18 @@ body {
}
@media (max-width: 480px) {
+ .crt-border-overlay {
+ border-width: 25px;
+ border-image-width: 25px;
+ }
+
+ .container {
+ top: 25px;
+ left: 25px;
+ right: 25px;
+ bottom: 35px;
+ }
+
.terminal-title {
letter-spacing: 1px;
font-size: 10px;
@@ -234,11 +253,15 @@ body {
.header-link {
padding: 2px 4px;
}
-}
.status-right {
display: none;
}
+
+ /* Prevent iOS auto-zoom on input focus */
+ .terminal-inline-input {
+ font-size: 16px;
+ }
}
/* Scrollbar styling */