Skip to content

Commit b8f5433

Browse files
committed
fix(header): Improved header looks
1 parent 87d31b2 commit b8f5433

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

example/zshrc.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@
7575
}
7676

7777
.card {
78-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
78+
box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
7979
transition: 0.3s;
8080
width: 40%;
8181
/* height: 10vh; */
8282
padding: 30px;
83+
margin-bottom: 20px;
8384
overflow-y: scroll;
8485
/* display: flex; */
8586
/* align-items: center; */
@@ -89,6 +90,7 @@
8990
.active {
9091
width: 35%;
9192
background-color: #efefef;
93+
margin-bottom: 0;
9294
/* height: 25vh; */
9395
}
9496

static/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,12 @@ ul {
6767
}
6868

6969
.card {
70-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
70+
box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
7171
transition: 0.3s;
7272
width: 40%;
7373
/* height: 10vh; */
7474
padding: 30px;
75+
margin-bottom: 20px;
7576
overflow-y: scroll;
7677
/* display: flex; */
7778
/* align-items: center; */
@@ -81,6 +82,7 @@ ul {
8182
.active {
8283
width: 35%;
8384
background-color: #efefef;
85+
margin-bottom: 0;
8486
/* height: 25vh; */
8587
}
8688

static/template.hbs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ ul {
7575
}
7676
7777
.card {
78-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
78+
box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
7979
transition: 0.3s;
8080
width: 40%;
8181
/* height: 10vh; */
8282
padding: 30px;
83+
margin-bottom: 20px;
8384
overflow-y: scroll;
8485
/* display: flex; */
8586
/* align-items: center; */
@@ -89,6 +90,7 @@ ul {
8990
.active {
9091
width: 35%;
9192
background-color: #efefef;
93+
margin-bottom: 0;
9294
/* height: 25vh; */
9395
}
9496

0 commit comments

Comments
 (0)