Skip to content

Commit

Permalink
Button and image tweaks for the AxonIQ Playbook page
Browse files Browse the repository at this point in the history
  • Loading branch information
BraininaBowl committed Jan 9, 2025
1 parent 744f6bc commit 007f48d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ main.article {
list-style: none;
}

.card {
.card, .imageblock.cover img {
box-shadow: 6px 7px 14px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
border-radius: 1.25rem;
}
Expand Down
8 changes: 7 additions & 1 deletion src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,16 @@ input#search-input:disabled {
border: 0 hidden;
border-radius: 20px;
box-shadow: 6px 7px 14px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
display: block;
display: inline-block;
line-height: 100%;
padding: 0.5rem 1rem;
font-weight: 900;
text-decoration: none;
}

.navbar-item.navbar-button:hover {
color: var(--color-ox);
text-decoration: none;
}

.navbar-link {
Expand Down

0 comments on commit 007f48d

Please sign in to comment.