Skip to content
Snippets Groups Projects
Commit 9195e174 authored by Harshna Haswani's avatar Harshna Haswani
Browse files

adjust home spacings

parent df246f08
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
</section> #}
<section class="section-blog">
<h2 class="section-title">latest news</h2>
{# <h2 class="section-title">latest news</h2> #}
{% for article in collections.blog | reverse %}
{% if loop.index0 < 2 %}
......
......@@ -789,3 +789,28 @@ article iframe {
.community article ul {
list-style: none;
}
.home header {
margin-bottom: 2em;
}
.home h1{
font-size: 2.35em;
}
.home h2{
font-size: 1.33em;
}
.home section.section-blog {
place-content: space-between;
}
.home section.section-blog .posts figure {
max-width: 90%;
height: auto;
margin-top: 0;
}
.home section.section-blog .posts img {
margin: 0 auto;
}
\ No newline at end of file
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