Version 1.0.3 - Fix du style et de la responsive
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
2024-01-23 22:44:47 +01:00
parent 6408fa614c
commit 460f47683c
4 changed files with 21 additions and 11 deletions

View File

@ -712,11 +712,8 @@ a {
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
scrollbar-width: auto;
scrollbar-color: #ff5d51 #ffffff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
@ -724,7 +721,7 @@ a {
}
*::-webkit-scrollbar-track {
background: transparent;
background: transparent;
}
*::-webkit-scrollbar-thumb {
@ -1265,8 +1262,8 @@ a {
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;
font-size: 14px;
padding: 5px;
}
.metric-id {
@ -1278,8 +1275,10 @@ a {
.metric-data {
display: flex;
display: grid;
align-items: center;
grid-template-columns: 1fr 1fr;
justify-content: center;
gap: 30px;
}
@ -1289,6 +1288,8 @@ a {
color: #c0c0c0;
}
.metric-data-value {
color: #c7c7c7;