Skip to content

Commit

Permalink
Remove redundant styling
Browse files Browse the repository at this point in the history
  • Loading branch information
HauseMasterZ committed Sep 21, 2023
1 parent 2b9a7e4 commit ebe8795
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ h1 {
.word {
position: relative;
display: inline;
margin-right: 5px;
font-variant-ligatures: none;
margin-right: 5px;
/* Adjust this value to control the spacing between words */
}

.letter {
display: inline;
margin-right: 2px;
font-variant-ligatures: none;
margin-right: 2px;
/* Adjust this value to control the spacing between letters */
}

Expand Down
2 changes: 1 addition & 1 deletion styles/style.css.map

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

6 changes: 2 additions & 4 deletions styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ h1 {
.word {
position: relative;
display: inline;
margin-right: 5px;
font-variant-ligatures: none;
margin-right: 5px;
/* Adjust this value to control the spacing between words */
}

.letter {
display: inline;
margin-right: 2px;
font-variant-ligatures: none;
margin-right: 2px;
/* Adjust this value to control the spacing between letters */
}

Expand Down Expand Up @@ -451,8 +451,6 @@ option[value="Ubuntu"] {

.button:focus {
outline: none;
// box-shadow: 0 0 30px rgba(15, 95, 240, 0.7);
// transition: box-shadow 0.3s ease-in-out;
}

.button:not(:last-child) {
Expand Down

0 comments on commit ebe8795

Please sign in to comment.