diff options
-rw-r--r-- | styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,9 +8,9 @@ .que.algebra .displayformula { padding: 0.3em; display: block; - width: 300px; + min-width: 300px; min-height: 70px ! important; - background: #fff3bf; + background: #fff; padding: 0.5em; margin-top: 1em; box-shadow: 0.5em 0.5em 1em #000; |