Add Wakatime component and integrate with About section
This commit is contained in:
parent
9eda12d5ed
commit
ae90712b97
5 changed files with 125 additions and 29 deletions
|
|
@ -185,6 +185,18 @@
|
|||
}
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.no-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
.no-scrollbar {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
}
|
||||
|
||||
.fixed-width-number {
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue