Skip to content

Commit

Permalink
Fixed spacing and renamed CSS file (#86)
Browse files Browse the repository at this point in the history
* Fixed spacing and renamed CSS file

* Removed the style ignore after CSS file rename
  • Loading branch information
SociableSteve authored Jul 28, 2023
1 parent 5059a70 commit 4f42932
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .stylelintignore

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ body {

main {
background: var(--neutral-n50);
margin: 1rem 0;
}

.container {
Expand Down
5 changes: 4 additions & 1 deletion assets/style/hero.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.hero {
max-width: 100%;
margin: 4.5rem auto;
margin: 0 auto;
text-align: center;
background-color: white;
padding: 4.5rem 0;
}

.hero h1 {
Expand All @@ -11,6 +13,7 @@
/* stylelint-disable */
.hero mark {
background: var(--gradient-brandreverse);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Expand Down
2 changes: 1 addition & 1 deletion layouts/_sitehead.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<link rel="stylesheet" type="text/css" href="/style/buttons.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/announcement.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/hero.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/bioconductor-v2.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/bioconductor.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/header.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/home.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/style/footer.css" media="screen"/>
Expand Down

0 comments on commit 4f42932

Please sign in to comment.