Commit d844730f by Diana Huang

Fix some sizing issues in the CSS.

parent 9b2faa49
...@@ -239,13 +239,13 @@ div.result-container, section.open-ended-child { ...@@ -239,13 +239,13 @@ div.result-container, section.open-ended-child {
margin:10px; margin:10px;
position: relative; position: relative;
padding: 15px; padding: 15px;
width: 200px; width: 150px;
height:100%; height:100%;
display: inline-block; display: inline-block;
min-height: 50px; min-height: 50px;
min-width: 50px; min-width: 50px;
background-color: #CCC; background-color: #CCC;
font-size: 1em; font-size: .9em;
} }
.grade { .grade {
position: absolute; position: absolute;
......
Markdown is supported
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