eughghg stylesheet >:C

This commit is contained in:
onomanapeia 2024-12-15 22:19:26 -06:00
parent 9d649b10cb
commit a93ae99382
3 changed files with 3 additions and 3 deletions

View file

@ -9,4 +9,4 @@ deploy-pages:
pages: true # specifies that this is a Pages job pages: true # specifies that this is a Pages job
artifacts: artifacts:
paths: paths:
- public - public

View file

@ -8,7 +8,7 @@ menu-title: blinkies
welcome to my collection of blinkies! this used to all be consolidated on one page, but it's growing a little large, so I've divided the old webcore page into distinct pages to increase loading times. ![yay](/img/emoji/x3.gif) welcome to my collection of blinkies! this used to all be consolidated on one page, but it's growing a little large, so I've divided the old webcore page into distinct pages to increase loading times. ![yay](/img/emoji/x3.gif)
<div class="imgwall" id="padded"> <div class="imgwall" id="padded">
<div id="blinkies"> <div class="blinkies">
{% include layout/gallery/gallery.html folder="img/webcore/blinkies" data_file="blinkies" %} {% include layout/gallery/gallery.html folder="img/webcore/blinkies" data_file="blinkies" %}
</div> </div>
<!-- tol boys--> <!-- tol boys-->

View file

@ -475,7 +475,7 @@ hr {
margin: 1rem; margin: 1rem;
} }
#blinkies img { .blinkies img {
max-width: 150px; max-width: 150px;
} }