BackEnd/YTManager/frontend/src/index.css

16 lines
247 B
CSS
Raw Normal View History

2017-09-01 08:55:02 +00:00
body {
2017-09-03 01:05:50 +00:00
margin-left: 5%;
margin-right: 5%;
2017-09-01 08:55:02 +00:00
line-height: 1.6;
font-size: 18px;
2017-09-03 01:35:07 +00:00
color: #003636;
2017-09-01 08:55:02 +00:00
background-color: #F8F8F8;
max-width: 1280px;
margin: auto;
2017-09-01 08:55:02 +00:00
}
2017-09-03 01:05:50 +00:00
.pageheader {
max-width: 960px;
2017-09-03 01:05:50 +00:00
margin: auto;
}