Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
alt: 'Redis Developer Hub logo',
src: 'img/logo-1.png',
},
hideOnScroll: true,
hideOnScroll: false,
items: [
{
to: '/create/cloud',
Expand Down
3 changes: 2 additions & 1 deletion src/css/_article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ main:not(.home-main) {
margin-bottom: 30px;
padding: 20px;
height: calc(100% - 30px);
border: 2px solid $grey-dark;
border: 2px solid #E5E5E5;
box-shadow: 0px 4px 7px rgba(196, 196, 196, .5);
transition: border-color .2s ease-in-out;

&.ri-link:hover {
Expand Down
3 changes: 2 additions & 1 deletion src/css/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
display: block;
margin: -3px 0 0 0;
max-width: none;
height: 31px;
width: 201px;
height: auto;
}

&__title {
Expand Down
4 changes: 2 additions & 2 deletions src/css/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

&__brand,
&__logo {
width: 171px !important;
height: 26px !important;
width: 168px !important;
height: auto !important;
}

&__link {
Expand Down
9 changes: 9 additions & 0 deletions src/css/components/_resources.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,24 @@
position: relative;
top: 0;
height: 100%;
border-radius: 10px;
overflow: hidden;
transition: top .2s ease-in-out, box-shadow .2s ease-in-out;

@include mobile {
border-radius: 8px;
}
}

.thumb {
z-index: 2;
position: relative;
display: block;
width: 100%;
height: 187px;
object-fit: cover;
border-radius: 10px 10px 0 0;
box-shadow: 0px 2px 4px rgba(183, 183, 183, .5);

@include mobile {
height: 151px;
Expand Down
Binary file removed static/img/logo-1-dark.png
Binary file not shown.
Binary file modified static/img/logo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/logo-2-dark.png
Binary file not shown.
Binary file modified static/img/logo-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 25 additions & 26 deletions static/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.