Fix code according to the comment

Update code, change file name.
This commit is contained in:
2023-07-18 09:10:31 +07:00
parent 030f5ed949
commit f47dc577a5
10 changed files with 143 additions and 118 deletions
@@ -1,6 +1,5 @@
.btn {
align-self: center;
display: none;
padding: 13px 20px;
background-color: $primary-color;
border-radius: 100px;
@@ -11,8 +10,12 @@
transition: 0.2s;
}
.nav-download-btn {
display: none;
}
@media screen and (min-width: 840px) {
.btn {
.nav-download-btn {
display: block;
&:hover {