📱 Boxed layout for larger screens
This commit is contained in:
@ -23,6 +23,16 @@ body {
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
max-width: 900px;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "sourcesanspro";
|
||||
font-style: "normal";
|
||||
|
Reference in New Issue
Block a user