summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/home/home.component.css
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/home/home.component.css')
-rw-r--r--webapp/src/app/home/home.component.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/webapp/src/app/home/home.component.css b/webapp/src/app/home/home.component.css
new file mode 100644
index 0000000..7831443
--- /dev/null
+++ b/webapp/src/app/home/home.component.css
@@ -0,0 +1,18 @@
+.wide img {
+ width: 98%;
+}
+.carousel-item {
+ max-height: 90%;
+}
+h1, h2, h3, h4, p {
+ color: #330066;
+}
+.html-inner {
+ color: #330066;
+}
+h1 {
+ font-size: 4em;
+}
+p {
+ font-size: 2.5em;
+}