Update code

This commit is contained in:
2023-07-18 16:21:26 +07:00
parent d0a548d7b4
commit 2cd22c69f1
44 changed files with 268 additions and 117 deletions
-12
View File
@@ -1,22 +1,10 @@
.btn {
align-self: center;
display: none;
padding: 13px 20px;
background-color: $primary-color;
border-radius: 100px;
font-size: $fs-md;
color: $white;
text-decoration: none;
white-space: nowrap;
transition: 0.2s;
}
@media screen and (min-width: 840px) {
.btn {
display: block;
&:hover {
background-color: $secondary-color;
}
}
}