diff --git a/src/styles/common.css b/src/styles/common.css index 65526e1..28eda78 100644 --- a/src/styles/common.css +++ b/src/styles/common.css @@ -11,6 +11,7 @@ h2{ } /* PARAGRAPHS */ p { + text-indent: 20px; margin-bottom: 0; padding-bottom: 0; font-stretch: wider; diff --git a/src/styles/core.css b/src/styles/core.css index f84491e..48f04a9 100644 --- a/src/styles/core.css +++ b/src/styles/core.css @@ -44,3 +44,9 @@ .core-page tr:nth-child(odd) td { background-color : #d0e4c0; } + +/* IMAGES */ +.core-page img { + object-fit: fill; + width: 800px; +}