change max-width

This commit is contained in:
Satya Benson 2024-03-03 20:25:07 -05:00
parent 8fdf5c1e82
commit 5187c76c76
1 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ code {
pre {
font-family: 'Fira Code', Menlo, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace;
font-feature-settings: "liga";
font-feature-settings: "liga";
padding: 20px 10px;
font-size: .95rem;
overflow: auto;
@ -183,7 +183,7 @@ pre {
border-top: 0;
margin-top: -40px;
}
@media (max-width: $phone-max-width) {
white-space: pre-wrap;
word-wrap: break-word;
@ -300,7 +300,7 @@ ol ol {
display: flex;
flex-direction: column;
padding: 40px;
max-width: 864px;
max-width: 100%;
min-height: 100vh;
border-right: 1px solid rgba(255, 255, 255, 0.1);