summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--style.css6
2 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html
index 53ddf3b..3dd4a94 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
</div>
</header>
<main>
- <div class="wrapper">
+ <div class="container">
<div>
<div class="cell">
<h2>Paper based resources</h2>
diff --git a/style.css b/style.css
index a0383da..81ab044 100644
--- a/style.css
+++ b/style.css
@@ -21,7 +21,7 @@ body {
.container {
- max-width: 1200px;
+ max-width: 87%;
margin: 0 auto;
display: grid;
gap: 0.2rem;
@@ -29,7 +29,9 @@ body {
.cell {
background: white;
- margin: 20px;
+ margin-bottom: 20px;
+ margin-left: 20px;
+ margin-right: 20px;
padding-bottom: 10px;
padding-left: 50px;
padding-top: 20px;