mirror of
https://github.com/SunnyQjm/test-typed-ndn-js.git
synced 2026-06-03 08:16:44 +08:00
10 lines
149 B
CSS
10 lines
149 B
CSS
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.content {
|
|
/*max-width: 800px;*/
|
|
} |