mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 20:33:41 +08:00
13 lines
117 B
CSS
13 lines
117 B
CSS
.layout {
|
|
max-width: 800px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.layout h1 {
|
|
font-size: 40px;
|
|
}
|
|
|
|
.layout img {
|
|
width: 100%;
|
|
}
|