Skip to content

Commit

Permalink
chore: update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomanagle committed Apr 2, 2024
1 parent ff61e32 commit aa9b0b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
40 changes: 0 additions & 40 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -800,44 +800,4 @@ select {
.text-gray-200 {
--tw-text-opacity: 1;
color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
.md\:container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1rem;
padding-left: 1rem;
}

@media (min-width: 640px) {
.md\:container {
max-width: 640px;
}
}

@media (min-width: 768px) {
.md\:container {
max-width: 768px;
}
}

@media (min-width: 1024px) {
.md\:container {
max-width: 1024px;
}
}

@media (min-width: 1280px) {
.md\:container {
max-width: 1280px;
}
}

@media (min-width: 1536px) {
.md\:container {
max-width: 1536px;
}
}
}
2 changes: 1 addition & 1 deletion static/css/style.min.css

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

0 comments on commit aa9b0b8

Please sign in to comment.