set max width

This commit is contained in:
Alexander Popov 2022-12-24 01:29:02 +03:00
parent 4549df22a3
commit afe37d2284
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@ body {
font-family: 'Ubuntu', sans-serif;
}
.container {
max-width: 960px;
}
.font-monospace {
font-family: 'Ubuntu Mono', monospace !important;
}