misuzu/assets/less/manage/classes/container.less

21 lines
308 B
Text
Raw Normal View History

2018-03-27 03:15:03 +00:00
.container {
max-width: 1200px;
margin: 2px auto;
2018-03-28 00:35:37 +00:00
&--center {
text-align: center;
}
2018-03-31 22:28:32 +00:00
&__title {
font-size: 2em;
line-height: 1.7em;
padding: 4px;
}
&__subtitle {
font-size: 1.5em;
line-height: 1.5em;
padding: 4px;
}
2018-03-27 03:15:03 +00:00
}