Skip to content
Snippets Groups Projects
Commit 213f1c5b authored by Adam Hyde's avatar Adam Hyde
Browse files

Update main.css

parent afd2e9c9
No related branches found
No related tags found
No related merge requests found
Pipeline #60750 passed with stages
in 1 minute and 8 seconds
......@@ -39,7 +39,7 @@ a {
/* General -------------------- */
body {
font-size: var(--font-size);
font-family: var(--font-body);
font-family: var(--font-body); max-height: 250px;
margin: 0;
overflow-x: hidden;
color: #101010;
......@@ -365,7 +365,7 @@ h2.section-title {
}
.news .grid-item img {
/* height: 250px; */
max-height: 250px;
margin: 1em auto;
object-fit: contain;
width: 100%;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment