Skip to content

Commit

Permalink
Merge pull request #20 from canhtran/update-css
Browse files Browse the repository at this point in the history
update-css-table
  • Loading branch information
canhtran authored Mar 31, 2024
2 parents 61fb187 + 32c73b3 commit dcf832c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,19 @@ img {
margin: -10px 0 0 15px;
float: right;
border-radius: 50%;
}

table {
width: 100%;
border-collapse: collapse;
}

th, td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}

th {
background-color: #f2f2f2;
}

0 comments on commit dcf832c

Please sign in to comment.