Tryumph/style.css

10 lines
109 B
CSS
Raw Normal View History

center {
text-align: center;
}
.content {
margin: auto;
display: block;
max-width: 700px;
}