Update styles
This commit is contained in:
parent
6bda73b1a9
commit
c57eb0cc1f
2 changed files with 5 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
|
|
||||||
<h2>บริการ</h2>
|
<h3>บริการ</h3>
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<!-- Dawncraft -->
|
<!-- Dawncraft -->
|
||||||
<div class="inner-grid">
|
<div class="inner-grid">
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>โปรเจกต์</h2>
|
<h3>โปรเจกต์</h3>
|
||||||
|
|
||||||
<div class="list">
|
<div class="list">
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<h2>รู้จักกับเรา</h2>
|
<h3>รู้จักกับเรา</h3>
|
||||||
|
|
||||||
<div class="list">
|
<div class="list">
|
||||||
<div class="inner-grid">
|
<div class="inner-grid">
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>ข้อมูลเพิ่มเติม</h2>
|
<h3>ข้อมูลเพิ่มเติม</h3>
|
||||||
<div style="display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; ">
|
<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;">
|
<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;" >
|
<img src="icons/external-link.png"; alt="version" width="36" height="36" style="margin-right: 10px;" >
|
||||||
|
|
|
@ -48,7 +48,6 @@ body {
|
||||||
|
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
color: black;
|
color: black;
|
||||||
border: none;
|
|
||||||
border-radius:10px;
|
border-radius:10px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -56,12 +55,9 @@ body {
|
||||||
display: grid;
|
display: grid;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding-top: 10px;
|
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-bottom: 10px;
|
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
margin-top: 10px;
|
margin-bottom: 20px;
|
||||||
margin-bottom: 10px;
|
|
||||||
transition-duration: 0.2s;
|
transition-duration: 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue