add margin between mobile audit tabs & visualization

This commit is contained in:
Mononaut 2023-07-14 18:39:28 +09:00
parent 9a6565cd92
commit 7f0218e343
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -239,6 +239,7 @@ h1 {
.nav-tabs { .nav-tabs {
border-color: white; border-color: white;
border-width: 1px; border-width: 1px;
margin-bottom: 1em;
} }
.nav-tabs .nav-link { .nav-tabs .nav-link {