From 70bf6459c93a9c8f46a87d787cabb56c217fcec0 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 4 Sep 2018 18:56:28 -0500 Subject: [PATCH] Set modal content to border-box --- assets/css/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/site.css b/assets/css/site.css index fe19c8f..f0b8acd 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -209,12 +209,13 @@ button:hover .icon svg { position: relative; padding: 1em; background-color: $white; - max-width: 15em; + max-width: 20em; height: 100%; animation-name: animateleft; animation-duration: .4s; overflow: scroll; box-shadow: 0 0 10px 0 $drop-shadow; + box-sizing: border-box; } .closed { display: none;