From f16a4e1858295dbd2e1c4db9c7e5a283cfcb1921 Mon Sep 17 00:00:00 2001 From: developomp Date: Tue, 4 Jul 2023 09:44:19 +0900 Subject: [PATCH] refactor(main): remove unused styles --- apps/main/src/app.css | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/apps/main/src/app.css b/apps/main/src/app.css index 87cdb9e..f60ac27 100644 --- a/apps/main/src/app.css +++ b/apps/main/src/app.css @@ -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;