Skip to content

Commit

Permalink
Update astronaut.yml
Browse files Browse the repository at this point in the history
#myMosaic img { border: none; max-width: calc(100% / 8); height: auto; cursor: pointer; }
  • Loading branch information
brunurb authored Nov 16, 2024
1 parent 8e0012c commit d20f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astronaut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo '.header a { color: #cd3162; text-decoration: none; font-family: "Press Start 2P", cursive; font-size: 1em; }' >> majortom/astronaut.html
echo '.buttons { display: flex; gap: 2px; }' >> majortom/astronaut.html
echo '#myMosaic { margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; margin-top: 20px; }' >> majortom/astronaut.html
echo '#myMosaic img { border: none; height: auto; cursor: pointer; }' >> majortom/astronaut.html
echo '#myMosaic img { border: none; max-width: calc(100% / 8); height: auto; cursor: pointer; }' >> majortom/astronaut.html
echo 'h1 { text-align: center; color: #dedcff; margin: 80px 0 14px; font-size: 14px; }' >> majortom/astronaut.html
echo 'footer { text-align: left; padding: 10px; font-size: 10px; background-color: #224357; color: #92cfbf; }' >> majortom/astronaut.html
echo 'footer a { color: inherit; text-decoration: none; }' >> majortom/astronaut.html
Expand Down

0 comments on commit d20f028

Please sign in to comment.