Skip to content

Commit 9e8ce67

Browse files
committed
Xyra V.1.0
1 parent df91b7d commit 9e8ce67

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

about.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
3535
line-height: 1.6;
3636
text-align: center;
37+
overflow-x: hidden;
3738
}
3839
.top-button {
3940
width: 40px;
@@ -97,6 +98,42 @@
9798
color: #E0E0E0;
9899
text-decoration: none;
99100
}
101+
@media (max-width: 768px) {
102+
.container {
103+
width: 95%;
104+
padding: 20px;
105+
}
106+
.title-container {
107+
flex-direction: row;
108+
gap: 5px;
109+
}
110+
.section-title {
111+
font-size: 1.3em;
112+
}
113+
.text-content {
114+
font-size: 0.9em;
115+
}
116+
}
117+
@media (max-width: 480px) {
118+
body {
119+
padding: 10px;
120+
}
121+
.top-button {
122+
font-size: 1.2em;
123+
width: 35px;
124+
height: 35px;
125+
}
126+
.container {
127+
width: 95%;
128+
padding: 15px;
129+
}
130+
.section-title {
131+
font-size: 1.1em;
132+
}
133+
.text-content {
134+
font-size: 0.8em;
135+
}
136+
}
100137
</style>
101138
</head>
102139
<body>

0 commit comments

Comments
 (0)