Skip to content

Commit

Permalink
Style updates per #2337
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed Jan 25, 2024
1 parent c9d41bc commit 5f37cc9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion content/home/hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ image: <a href="/events/gcc2024/"><img src="/images/events/gcc2024/gcc2024-banne

Galaxy is a free, open-source system for analyzing data, authoring workflows, training and education, publishing tools, managing infrastructure, and more.

<a href="https://usegalaxy.org/" class="btn hero mr-3 bgBright">Use Galaxy now</a><a href="/learn-more/" class="btn hero bgBright">Learn more</a>
<a href="https://usegalaxy.org/" class="btn hero mr-3 bgBright">Use Galaxy now</a>
<a href="/get-started/" class="btn hero bgBright">Learn more</a>
2 changes: 1 addition & 1 deletion src/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ html {
text-align: left;
padding: 13px 20px;
text-decoration: none !important;
border-radius: 20px;
border-radius: 10px;
line-height: 1.4rem;

&.education {
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/ESG.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
<static-query>
query {
funding: insert(path: "/insert:/projects/esg/funding_notice/") {
image (width: 200),
image,
content
}
}
Expand Down
3 changes: 2 additions & 1 deletion src/pages/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ query {
logos {
title,
url,
image
image,
width
}
}
}
Expand Down

0 comments on commit 5f37cc9

Please sign in to comment.