Skip to content

Commit

Permalink
Merge pull request #6 from W0x3R/dev-page
Browse files Browse the repository at this point in the history
fix: fixed problem with big font-size in button (Sun, Jan 14, 2024, 5…
  • Loading branch information
W0x3R authored Jan 14, 2024
2 parents a1eba20 + bcbd8c5 commit dd36f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,13 @@ body {

.main__button {
@include width-height(150px, 40px);
margin-bottom: 10px;
background-color: rgba(255, 255, 255, 0.77);
color: black;
border: 2px solid black;
border-radius: 5px;
cursor: pointer;
transition: 0.3s;
font-size: 20px;
font-size: clamp(16px, 3vw, 20px);

@media (hover: hover) {
&:hover {
Expand Down

0 comments on commit dd36f0d

Please sign in to comment.