refactor(main): remove unused styles

This commit is contained in:
Kim, Jimin 2023-07-04 09:44:19 +09:00
parent 8e3e5ef51d
commit f16a4e1858

View file

@ -67,31 +67,6 @@ b {
font-weight: 700;
}
/* table */
table {
@apply table-fixed;
border-collapse: collapse;
border-spacing: 1rem 0;
margin-bottom: 1rem;
}
td {
padding: 8px;
width: 10rem;
}
/* 1st column */
td:nth-child(1) {
text-align: right;
}
/* 2nd column */
td:nth-child(2) {
text-align: left;
}
.social-profile {
* {
color: #888888;