refactor(main): remove unused styles
This commit is contained in:
parent
8e3e5ef51d
commit
f16a4e1858
1 changed files with 0 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue