Skip to content

Commit

Permalink
And css i Hope
Browse files Browse the repository at this point in the history
  • Loading branch information
LIUKRAST committed Nov 8, 2024
1 parent 7fb65e4 commit 9253f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome!

<ul>
<ul class="button-list">
<li><a class="button" href="https://discord.com/invite/frozenblock-modding-oasis-780746010614956112">
<img src="/assets/frozenblock/textures/icons/discord.svg" alt="Discord">
</a></li>
Expand Down
6 changes: 3 additions & 3 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,18 @@ footer nav {
cursor: pointer;
}

header nav ul li, footer nav li {
header nav ul li, footer nav li, .button-list {
display: inline-block;
margin: 15px 5px;
}

footer nav ul li a {
footer nav ul li a, .button-list a {
display: block;
width: 20px;
height: 20px;
}

footer nav ul li a img {
footer nav ul li a img, .button-list a img {
margin: auto;
width: 100%;
}

0 comments on commit 9253f1f

Please sign in to comment.