Skip to content

Commit 0a445fc

Browse files
committed
Merge branch 'master' of https://github.com/Skona-Advertising/redis-developer.github.io into Skona-Advertising-master
2 parents 26c62f2 + 46308a4 commit 0a445fc

File tree

11 files changed

+41
-31
lines changed

11 files changed

+41
-31
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
alt: 'Redis Developer Hub logo',
1717
src: 'img/logo-1.png',
1818
},
19-
hideOnScroll: true,
19+
hideOnScroll: false,
2020
items: [
2121
{
2222
to: '/create/cloud',

src/css/_article.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ main:not(.home-main) {
258258
margin-bottom: 30px;
259259
padding: 20px;
260260
height: calc(100% - 30px);
261-
border: 2px solid $grey-dark;
261+
border: 2px solid #E5E5E5;
262+
box-shadow: 0px 4px 7px rgba(196, 196, 196, .5);
262263
transition: border-color .2s ease-in-out;
263264

264265
&.ri-link:hover {

src/css/components/_footer.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
display: block;
4949
margin: -3px 0 0 0;
5050
max-width: none;
51-
height: 31px;
51+
width: 201px;
52+
height: auto;
5253
}
5354

5455
&__title {

src/css/components/_navbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151

5252
&__brand,
5353
&__logo {
54-
width: 171px !important;
55-
height: 26px !important;
54+
width: 168px !important;
55+
height: auto !important;
5656
}
5757

5858
&__link {

src/css/components/_resources.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,24 @@
111111
position: relative;
112112
top: 0;
113113
height: 100%;
114+
border-radius: 10px;
115+
overflow: hidden;
114116
transition: top .2s ease-in-out, box-shadow .2s ease-in-out;
117+
118+
@include mobile {
119+
border-radius: 8px;
120+
}
115121
}
116122

117123
.thumb {
124+
z-index: 2;
125+
position: relative;
118126
display: block;
119127
width: 100%;
120128
height: 187px;
121129
object-fit: cover;
122130
border-radius: 10px 10px 0 0;
131+
box-shadow: 0px 2px 4px rgba(183, 183, 183, .5);
123132

124133
@include mobile {
125134
height: 151px;

static/img/logo-1-dark.png

-2.92 KB
Binary file not shown.

static/img/logo-1.png

1.67 KB
Loading

static/img/logo-2-dark.png

-3.37 KB
Binary file not shown.

static/img/logo-2.png

2.21 KB
Loading

static/img/logo.png

6.39 KB
Loading

0 commit comments

Comments
 (0)