Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 99c6732

Browse files
author
Glisten**STAR**
committed
fix: logo caption(below 620px)
1 parent 4a70609 commit 99c6732

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/Header.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
align-items: center;
135135
margin-top: 20px;
136136
margin-left: 36px;
137+
color: $dark-color;
137138
}
138139
.menu_holder {
139140
margin-right: 36px;
@@ -143,7 +144,7 @@
143144
.opened_menu {
144145
background-color: #fff;
145146
margin-top: 8px;
146-
height: 500px;
147+
height: 485px;
147148
right: 0px;
148149
padding-right: 40px;
149150
}

0 commit comments

Comments
 (0)