summaryrefslogtreecommitdiff
path: root/frontend/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/app.css')
-rw-r--r--frontend/src/app.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/src/app.css b/frontend/src/app.css
new file mode 100644
index 0000000..78aca4a
--- /dev/null
+++ b/frontend/src/app.css
@@ -0,0 +1,12 @@
+.card .breadcrumb {
+ padding: 0em;
+ background-color: inherit;
+}
+
+@media (min-width: 576px) {
+ #root .card-deck .card,
+ #root .card-columns .card,
+ #root .card-group .card {
+ min-width: 20rem;
+ }
+}