Skip to content
Snippets Groups Projects
Commit 5399d86a authored by Thomas Rientjes's avatar Thomas Rientjes Committed by GitHub
Browse files

Merge pull request #203 from jomo/fix-popup-width

Fix #202 by allowing variable popup widths
parents a45c55b4 87b2f51e
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ body {
margin: 0 auto;
overflow: hidden;
padding: 0;
width: 348px;
max-width: 348px;
}
header {
......
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