Improve styling of navbar and tradelist

This commit is contained in:
Matthias 2020-08-19 20:30:09 +02:00
parent c3950af541
commit 4ee16c6591
2 changed files with 7 additions and 1 deletions

View File

@ -137,6 +137,9 @@ export default class TradeList extends Vue {
<style scoped> <style scoped>
.card-header { .card-header {
font-size: 1.3em; font-size: 1.2em;
}
.card-body {
padding: 0 0.2em;
} }
</style> </style>

View File

@ -94,6 +94,9 @@ export default class NavBar extends Vue {
.navbar-brand-title { .navbar-brand-title {
padding-left: 0.5em; padding-left: 0.5em;
} }
.navbar {
padding: 0.5rem 1rem;
}
.nav-link:active { .nav-link:active {
color: white; color: white;