Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add margin on hero section #53

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1008,4 +1008,10 @@ ul.action-links {
.membership-list li {
display: list-item;
list-style: circle !important;
}
}

@media only screen and (max-width: 767px) {
.hero-section {
margin-top: 3em;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</section>

<!-- Welcome Section -->
<section id="block-system-main" class="block block-system">
<section id="block-system-main" class="block block-system hero-section">
<article id="node-523" class="node node-page" about="{{'/welcome' | relative_url }}" typeof="foaf:Document">
<header>
<!-- Hidden metadata for SEO -->
Expand Down
Loading