fix content overflow

This commit is contained in:
Michele Guerini Rocco 2017-09-19 15:56:20 +02:00
parent 99f8b844ca
commit 1be7f2e8a4
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -61,7 +61,7 @@ pre {
}
.box {
width: 40vw;
width: 80%;
margin: auto;
padding: 0.5em;
border: 1px dotted #765636;
@ -72,5 +72,5 @@ pre {
}
.row img {
max-width: 15vw;
max-width: 20%;
}