mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
A small cleanup relating to word wrap
This commit is contained in:
parent
a3a5163b5e
commit
00c3cfd0e6
@ -90,6 +90,7 @@ body {
|
||||
font-family: "Open Sans", "Noto Sans", sans-serif;
|
||||
margin: auto;
|
||||
max-width: 720px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
img, video {
|
||||
@ -129,11 +130,6 @@ hr {
|
||||
|
||||
|
||||
/* Code blocks */
|
||||
.highlight pre {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.highlight > pre {
|
||||
padding: 12px 8px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user