update top bar and middle group display
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-02-23 06:57:38 +07:00
parent 497990b90f
commit 89d35aa3e6
2 changed files with 6 additions and 4 deletions

View file

@ -13,7 +13,7 @@
<body>
<div class="topbar">
<div class="middle large">
<div class="topbar-group">
<a style="display: flex; align-items: center; text-decoration: none;">
<img src="resources/icons/ttt-org.svg" alt="TTT Logo" width="36" height="36" style="margin-right: 5px;">
@ -25,7 +25,6 @@
<a target="_blank" rel="noopener noreferrer" href="https://status.techtransthai.org/" class="button header">สถานะการให้บริการ</a>
</div>
</div>
</div>
</div>
<div class="grid-container">
@ -47,7 +46,7 @@
</div>
<div style="text-align: center;">
<h2>ชุมชนเทคโนโลยีสำหรับคนข้ามเพศ</h2>
<h2>ชุมชนสายเทคสำหรับคนข้ามเพศ</h2>
<h2 style="margin-top: -2vh;">และพันธมิตรในประเทศไทย</h2>
ร่วมสร้างอนาคตแห่งซอฟต์แวร์เสรี การกระจายศูนย์ ข้อมูลและมาตรฐานเปิด
</div>

View file

@ -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 */