Update styles

This commit is contained in:
Late Night Defender 2023-08-08 00:33:24 +07:00
parent 6bda73b1a9
commit c57eb0cc1f
2 changed files with 5 additions and 9 deletions

View file

@ -16,7 +16,7 @@
<div class="middle">
<h2>บริการ</h2>
<h3>บริการ</h3>
<div class="list">
<!-- Dawncraft -->
<div class="inner-grid">
@ -129,7 +129,7 @@
</div>
<h2>โปรเจกต์</h2>
<h3>โปรเจกต์</h3>
<div class="list">
@ -182,7 +182,7 @@
</div>
<h2>รู้จักกับเรา</h2>
<h3>รู้จักกับเรา</h3>
<div class="list">
<div class="inner-grid">
@ -202,7 +202,7 @@
</div>
</div>
<h2>ข้อมูลเพิ่มเติม</h2>
<h3>ข้อมูลเพิ่มเติม</h3>
<div style="display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; ">
<a href="https://codeberg.org/latenightdef/ttt-org" class="bigbutton" style="display: flex; justify-content: left;">
<img src="icons/external-link.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >

View file

@ -48,7 +48,6 @@ body {
background-color: #fafafa;
color: black;
border: none;
border-radius:10px;
justify-content: center;
align-items: center;
@ -56,12 +55,9 @@ body {
display: grid;
font-size: 14px;
cursor: pointer;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
margin-top: 10px;
margin-bottom: 10px;
margin-bottom: 20px;
transition-duration: 0.2s;
}