diff --git a/src/App.vue b/src/App.vue index 8d44dae..ec2a28a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@ diff --git a/src/styles/styles.css b/src/styles/styles.css index 665f0c1..5c4660b 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -2,6 +2,10 @@ margin-top: 10px; } +.mb-10 { + margin-bottom: 10px; +} + .mb-20 { margin-bottom: 30px; } @@ -53,6 +57,10 @@ text-align: center; } +.text-muted { + opacity: 0.6; +} + .sticky-search-container { position: sticky; top: 0;