diff options
Diffstat (limited to 'frontend/src/components/Banner.css')
-rw-r--r-- | frontend/src/components/Banner.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/components/Banner.css b/frontend/src/components/Banner.css new file mode 100644 index 0000000..e5016b9 --- /dev/null +++ b/frontend/src/components/Banner.css @@ -0,0 +1,4 @@ +h1 { + background-color: var(--primary-surface-color); + min-width: 400px; +}
\ No newline at end of file |