Skip to content
Snippets Groups Projects
Commit 00a9ceaf authored by Tim's avatar Tim
Browse files

floated divs cannot have width of more than 50%

parent 1e4c2326
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,13 @@
div.pull-right {
float: right;
padding-left: 1rem;
max-width: 50%;
}
div.pull-left {
float: left;
padding-right: 1rem;
max-width: 50%;
}
div.text-justify {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment