Skip to content
Snippets Groups Projects
Commit 429de195 authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix for issue #44 with large font size

When using large font it will overflow the width so I add
max-width in the css.
parent 1ad953ee
Branches
Tags
No related merge requests found
......@@ -122,6 +122,7 @@ div.box {
@media (min-width: 700px) {
div.box {
width: 54em;
max-width: 80%;
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment