diff --git a/content/styles/box/box.css b/content/styles/box/box.css index 8119e51..0d00ab8 100644 --- a/content/styles/box/box.css +++ b/content/styles/box/box.css @@ -29,7 +29,7 @@ display: block; margin: 0.2em; padding-left: 2.5em; - width: 40%; + width: 50%; } .box h1 { width: 94%; diff --git a/content/styles/box/box.scss b/content/styles/box/box.scss index bd1a585..bc1c224 100644 --- a/content/styles/box/box.scss +++ b/content/styles/box/box.scss @@ -49,7 +49,7 @@ $lyellow: #e9b648; display: block; margin: 0.2em; padding-left: 2.5em; - width: 40%; + width: 50%; } h1 {