mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-23 04:10:00 +00:00
Fix code according to the comment
Update code, change file name.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user