Skip to content

Commit

Permalink
Display photo mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
d3viliz3d committed Oct 14, 2024
1 parent 0d83bba commit 008df8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ h1, h2, h3, h4 {
font-size: 1.6rem !important;
}

.d-none {
display: block !important;
margin: 0 auto;
}

@media print {
:root {
--bs-body-color: #000;
Expand Down

0 comments on commit 008df8f

Please sign in to comment.