diff --git a/public/css/styles.css b/public/css/styles.css index 514de7f..b19dc94 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -403,7 +403,7 @@ body { color: azure; } body div.page-contents div.articles a article { word-wrap: break-word; - width: 90%; + width: calc( 90% - 6px); height: 90%; padding: 5%; padding-top: 1%; @@ -514,9 +514,8 @@ body { display: none; } body div.page-contents { top: 0%; - left: 5%; + left: 0%; height: 80%; - width: 90%; border: solid 1px black; } body div.page-contents div.description.open-browser-container { margin-left: 0; diff --git a/public/css/styles.scss b/public/css/styles.scss index a97b3e1..2f15fb9 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -590,7 +590,7 @@ body { article { word-wrap: break-word; - width: 90%; + width: calc( 90% - 6px ); height: 90%; p, h4, h3, h2 { @@ -812,9 +812,8 @@ body { } top: 0%; - left: 5%; + left: 0%; height: 80%; - width: 90%; border: solid 1px black; }