diff --git a/index.html b/index.html
index a77c1c2..9fe6d9a 100644
--- a/index.html
+++ b/index.html
@@ -13,7 +13,7 @@
@@ -47,7 +46,7 @@
-
ชุมชนเทคโนโลยีสำหรับคนข้ามเพศ
+ ชุมชนสายเทคสำหรับคนข้ามเพศ
และพันธมิตรในประเทศไทย
ร่วมสร้างอนาคตแห่งซอฟต์แวร์เสรี การกระจายศูนย์ ข้อมูลและมาตรฐานเปิด
diff --git a/style.css b/style.css
index 42d03ff..fe2e0b7 100644
--- a/style.css
+++ b/style.css
@@ -264,11 +264,14 @@
.topbar-group {
display: flex;
justify-content: space-between;
+ width: 80vw;
+ max-width: 35cm;
}
/* For tablet screens */
@media only screen and (max-width: 1366px) {
- .middle.large {width: 90vw;}
+ .middle.large {width: 95vw;}
+ .topbar-group {width: 95vw;}
}
/* For phone screens */