- Commit
- d09c4521963f63b439e26fedd6f49ea7befe2958
- Parent
- 27c317b12865482895a2fa64332ae9a7aa699e1b
- Author
- Pablo <pablo-escobar@riseup.net>
- Date
Improved the styling
Made it so that the display area is big enought to fit the text of the buttons
A simple SVG markup editor for the web
Improved the styling
Made it so that the display area is big enought to fit the text of the buttons
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | css/styles.css | 2 | 1 | 1 |
diff --git a/css/styles.css b/css/styles.css @@ -65,7 +65,7 @@ body, button, .elmsh, textarea { @media (orientation: landscape) { #container { - grid-template-columns: 1fr 2fr; + grid-template-columns: minmax(22em, 1fr) 2fr; grid-template-rows: 100%; } }