Skip to content

Commit

Permalink
Replaced 'width: fit-content;' with '-moz-width: fit-content; width: …
Browse files Browse the repository at this point in the history
…fit-content;'
  • Loading branch information
chrisnajman committed Jan 13, 2024
1 parent 6318f18 commit ce1ffe5
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 625 deletions.
2 changes: 1 addition & 1 deletion css/primary-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

& nav {
width: fit-content;
width: -moz-fit-content; width: fit-content;
margin: 0 auto;

@media screen and (width <= 768px) {
Expand Down
2 changes: 1 addition & 1 deletion css/theme-switcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
top: 0.5rem;
right: 1rem;
z-index: 300;
width: fit-content;
width: -moz-fit-content; width: fit-content;
}

.theme-icon {
Expand Down
1 change: 0 additions & 1 deletion ref/about-and-items-json-entry.txt

This file was deleted.

28 changes: 0 additions & 28 deletions ref/button/5.html

This file was deleted.

10 changes: 0 additions & 10 deletions ref/button/script.js

This file was deleted.

104 changes: 0 additions & 104 deletions ref/button/style-5.css

This file was deleted.

107 changes: 0 additions & 107 deletions ref/css/hamburger-menu.css

This file was deleted.

104 changes: 0 additions & 104 deletions ref/css/style-5.css

This file was deleted.

Loading

0 comments on commit ce1ffe5

Please sign in to comment.