Skip to content

Commit 713e590

Browse files
committedFeb 16, 2025
refactor: remove discord numeric tag
1 parent 4a3ddc3 commit 713e590

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed
 

‎css/common.css

-6
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ body {
7272
color: #fff;
7373
}
7474

75-
#basic-info span.tag {
76-
font-size: 18px;
77-
font-weight: 300;
78-
color: var(--gray);
79-
}
80-
8175
#buttons {
8276
margin-left: -5px;
8377
margin-bottom: 50px;

‎index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@
4848
<div id="basic-info">
4949
<img class="avatar" src="./assets/avatar.png" alt="Profile Picture">
5050
<br>
51-
<span class="name">Feniksøvich<span class="tag">#6247</span>
52-
</span>
51+
<span class="name">Feniksovich</span>
5352
<div id="buttons">
5453
<span class="social__button">
5554
<a href="https://bit.ly/3v29eEF" target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)