Update README.md
Browse files
README.md
CHANGED
|
@@ -98,8 +98,10 @@ tokenizer:
|
|
| 98 |
}
|
| 99 |
|
| 100 |
.title-box {
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
| 103 |
border-radius: 10px;
|
| 104 |
border: 2px solid #19e3ff;
|
| 105 |
background: rgba(6,14,38,0.9);
|
|
@@ -110,9 +112,18 @@ tokenizer:
|
|
| 110 |
|
| 111 |
.title {
|
| 112 |
margin: 0;
|
|
|
|
|
|
|
| 113 |
font-family: "Orbitron", sans-serif;
|
| 114 |
-
|
| 115 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
color: #e9fbff;
|
| 117 |
text-shadow:
|
| 118 |
0 0 12px rgba(0,255,255,0.8),
|
|
|
|
| 98 |
}
|
| 99 |
|
| 100 |
.title-box {
|
| 101 |
+
width: 100%;
|
| 102 |
+
max-width: 100%;
|
| 103 |
+
padding: 12px 16px;
|
| 104 |
+
box-sizing: border-box;
|
| 105 |
border-radius: 10px;
|
| 106 |
border: 2px solid #19e3ff;
|
| 107 |
background: rgba(6,14,38,0.9);
|
|
|
|
| 112 |
|
| 113 |
.title {
|
| 114 |
margin: 0;
|
| 115 |
+
width: 100%;
|
| 116 |
+
text-align: center;
|
| 117 |
font-family: "Orbitron", sans-serif;
|
| 118 |
+
|
| 119 |
+
|
| 120 |
+
font-size: clamp(1.5rem, 3.4vw, 2.4rem);
|
| 121 |
+
letter-spacing: 0.06em;
|
| 122 |
+
white-space: nowrap;
|
| 123 |
+
overflow: hidden;
|
| 124 |
+
text-overflow: ellipsis;
|
| 125 |
+
box-sizing: border-box;
|
| 126 |
+
|
| 127 |
color: #e9fbff;
|
| 128 |
text-shadow:
|
| 129 |
0 0 12px rgba(0,255,255,0.8),
|