Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
</div>

<h5>ข้อมูลอัพเดทล่าสุดวันที่ 10/07/2021 จากกรมวิทยาศาสตร์ข้อมูล</h5>
เราก็ไม่เข้าใจทำไมข้อมูลพวกนี้เค้าไม่อัพเดททุกวัน
เราก็ไม่เข้าใจทำไมข้อมูลพวกนี้เค้าไม่อัพเดททุกวัน<br>
มาช่วยพวกเราทำโปรเจคนี้ได้ที่ <a href="https://github.com/thananon/covidth" target="_blank">Github</a>
</main>

<style>
Expand Down Expand Up @@ -206,6 +207,14 @@
/* max-width: 14rem; */
}

a {
color: #dc3545;
}

a:hover {
color: #ca0d0d;
}

p {
/* max-width: 14rem; */
margin: 1rem auto;
Expand Down