Tryumph/style.css

11 lines
136 B
CSS
Raw Normal View History

center {
text-align: center;
}
.content {
margin: auto;
display: block;
max-width: 700px;
2022-07-07 11:31:01 +02:00
word-wrap: break-word;
}