Skip to content

Commit

Permalink
style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shooft committed Mar 9, 2024
1 parent 4d8b5f0 commit 1306f05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ <h3>CSS to the Rescue</h3>
<li>
<div>
<h3>Real-time Web</h3>
<p>Melvin Idema <a href="https://github.com/MelvinIdema/real-time-web-2223" data-href-print="github.com/MelvinIdema/real-time-web-2223"><span>code</span></a>&nbsp;<a href="https://questmate.art/game" data-href-print="questmate.art/game"><span>site</span></a></p>
<!-- <p>Melvin Idema <a href="https://github.com/MelvinIdema/real-time-web-2223" data-href-print="github.com/MelvinIdema/real-time-web-2223"><span>code</span></a>&nbsp;<a href="https://questmate.art/game" data-href-print="questmate.art/game"><span>site</span></a></p> -->
<p>Melvin Idema <a href="https://github.com/MelvinIdema/real-time-web-2223" data-href-print="github.com/MelvinIdema/real-time-web-2223"><span>code</span></a></p>
</div>
<img src="images/rtw-melvin.png" alt="Speel de multi-player adventure game van Melvin.">
</li>
Expand Down
4 changes: 0 additions & 4 deletions static/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@

/* horizontal scroll */
display:flex;
<<<<<<< HEAD
/* gap:1em; */
=======
gap:1em;
>>>>>>> a8a4b0e7376d49e507f7a00ae6e36aed9830787d
overflow-x:auto;
overscroll-behavior-x:contain;
scroll-snap-type:x mandatory;
Expand Down
2 changes: 2 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ section:nth-of-type(1) {
background-image:var(--wdd-bg-img);
background-size:100% .2em;
background-repeat:no-repeat;

backdrop-filter: blur(.25em) hue-rotate(30deg);
}

@media (width > 76.5em) {
Expand Down

0 comments on commit 1306f05

Please sign in to comment.