summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/home/home.component.css
blob: 78314434d5db393d747c6941f6394867f19b9d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
}