feat: maze42 refactor 🔥
This commit is contained in:
parent
e68eeada2a
commit
fb4895dfa5
@ -67,7 +67,7 @@
|
|||||||
class="paste-icon icon"
|
class="paste-icon icon"
|
||||||
href="https://paste.jabuxas.xyz"
|
href="https://paste.jabuxas.xyz"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>Pastebin</a
|
>Paste</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -21,9 +21,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.image-container {
|
.image-container {
|
||||||
width: 100px;
|
width: 8rem;
|
||||||
height: 100px;
|
height: 8rem;
|
||||||
border-radius: 40px;
|
border-radius: 3rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -64,8 +64,8 @@ h2:hover {
|
|||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
font-family: "Terminess Nerd Font";
|
font-family: "Terminess Nerd Font";
|
||||||
font-size: 1.5em;
|
font-size: 1.3em;
|
||||||
margin-bottom: 5px;
|
padding-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon:before {
|
.icon:before {
|
||||||
@ -116,7 +116,31 @@ footer {
|
|||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
h2 {
|
||||||
display: block;
|
font-size: 2.5em;
|
||||||
margin: 1em auto;
|
}
|
||||||
|
|
||||||
|
.link-item {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
.bottom-level {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
hr {
|
||||||
|
margin: 2.3em auto;
|
||||||
|
}
|
||||||
|
.icon:before {
|
||||||
|
font-size: 1.3em;
|
||||||
|
width: 0;
|
||||||
|
width: fit-content;
|
||||||
|
padding: 0;
|
||||||
|
margin-right: 3rem;
|
||||||
|
position: relative;
|
||||||
|
transform: translateX(50%);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user