diff --git a/index.html b/index.html
index eed3ab5..4f620eb 100644
--- a/index.html
+++ b/index.html
@@ -90,15 +90,16 @@
}
.links {
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
- gap: 20px;
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ gap: 15px;
margin-bottom: 40px;
+ width: 100%;
+ max-width: 500px;
}
.link {
- padding: 12px 24px;
+ padding: 12px 0;
background: rgba(0, 0, 0, 0.6);
color: #00ffff;
text-decoration: none;