Spaces:
Sleeping
Sleeping
.container { | |
max-width: 600px; | |
margin-left: auto; | |
margin-right: auto; | |
background-color: rgb(31, 41, 55); | |
padding: 3em; | |
word-break: break-word; | |
overflow-wrap: anywhere; | |
color: #efefef ; | |
} | |
.container p, .container li { | |
font-size: 16px ; | |
color: #efefef ; | |
margin-bottom: 22px; | |
line-height: 1.4 ; | |
} | |
.container li > p { | |
display: inline ; | |
} | |
.container code { | |
overflow-x: auto; | |
} | |
.container :not(pre) > code { | |
white-space: normal ; | |
} |