Update Pebaikan Padding Table

This commit is contained in:
mikael-zakaria 2025-03-13 05:49:50 +08:00
parent b8cc6f5977
commit 06a0f9943e

View File

@ -32,7 +32,7 @@ body {
text-align: justify; text-align: justify;
} }
#dinfo { #dinfo {
margin-top: 130px; margin-top: 125px;
background-size: 100% auto; background-size: 100% auto;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@ -67,8 +67,8 @@ table {
th,td { th,td {
/* padding-left: 1rem; */ /* padding-left: 1rem; */
padding-top: 4px; padding-top: 3.5px;
padding-bottom: 4px ; padding-bottom: 3.5px ;
line-height:1.5; line-height:1.5;
border: 1px solid rgb(0, 0, 0); border: 1px solid rgb(0, 0, 0);
} }