mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
29 lines
411 B
CSS
29 lines
411 B
CSS
.title {
|
|
color: var(--gray900);
|
|
font-size: var(--font-size-large);
|
|
line-height: var(--font-size-xlarge);
|
|
align-items: center;
|
|
display: flex;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.titleLink {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.link {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.active {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.active {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|