Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / home / home.component.css
1 .wide img {
2     width: 98%;
3 }
4 .carousel-item {
5     max-height: 90%;
6 }
7 h1, h2, h3, h4, p {
8     color: #330066;
9 }
10 .html-inner {
11     color: #330066;
12 }
13 h1 {
14     font-size: 4em;
15 }
16 p {
17     font-size: 2.5em;
18 }