Files
old-tellall/web/src/css/App.css

14 lines
180 B
CSS
Raw Normal View History

2017-11-30 17:43:24 +01:00
.App {
2017-12-01 11:03:48 +01:00
text-align: center; }
2017-11-30 17:43:24 +01:00
.App-header {
2017-12-01 11:03:48 +01:00
background-color: white;
height: 80px;
padding: 20px; }
2017-11-30 17:43:24 +01:00
.App-title {
2017-12-01 11:03:48 +01:00
font-size: 1.5em; }
2017-11-30 17:43:24 +01:00
.App-intro {
2017-12-01 11:03:48 +01:00
font-size: large; }