nuevo estilo de tablas

This commit is contained in:
sejo 2022-02-03 14:43:54 -06:00
parent 20e1c5bb70
commit effd2d04b4
1 changed files with 14 additions and 4 deletions

View File

@ -73,10 +73,20 @@ nav{ font-size:smaller; }
nav li{ padding:0.2em; }
main li{ padding:0.5em; }
th,td{
border-style:ridge;
padding:5px;
}
table {
font-size: smaller;
max-width: 90%;
border-collapse: collapse;
margin: 1em auto;
text-align:left;
}
tbody th {
border-bottom: 1px solid black;
padding: 0.1em 1em;
}
tbody td {
padding: 0.1em 1em;
}
/* desktop */
@media screen and (min-width: 600px) {