Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjonker-illinois committed Oct 3, 2024
1 parent 0fd7158 commit 598c33f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions site/_includes/github.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
font-size: 1.2rem;
overflow-wrap: break-word;
}
ilw-page-title img {
-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
</style>
</head>
<body style="margin: 0;">
Expand Down
3 changes: 3 additions & 0 deletions site/_includes/page.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
font-size: 1.2rem;
overflow-wrap: break-word;
}
ilw-page-title img {
-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
</style>
</head>
<body style="margin: 0;">
Expand Down
7 changes: 0 additions & 7 deletions site/stylesheets/homepage.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.component-image {
overflow: hidden;
width: 100%;
Expand Down Expand Up @@ -39,9 +38,6 @@
box-sizing: border-box;
}

ilw-card {
}

#component-cards ilw-card {
--ilw-card--content-padding-bottom: 1rem;
--ilw-card--font-size: 1rem;
Expand Down Expand Up @@ -102,7 +98,4 @@ ilw-card .buttons {
position: relative;
right: 50%;
width: 100vw;
}

.action-cards ilw-card {
}

0 comments on commit 598c33f

Please sign in to comment.