Fix <pre> not overflowing on small viewports

This commit is contained in:
Rupus Reinefjord 2022-05-09 19:56:59 +02:00
parent e2a5219425
commit a584424972

View file

@ -30,6 +30,10 @@
margin: 2rem 0; margin: 2rem 0;
text-align: center; text-align: center;
} }
pre {
overflow-x: auto;
}
</style> </style>
</head> </head>