fix: 🐛 note

set the right padding to see the scroll indicator and no titles with
justified text
This commit is contained in:
Julien Calixte
2023-07-20 10:31:41 +02:00
parent c45629a408
commit 0625747638
2 changed files with 12 additions and 2 deletions

View File

@@ -184,7 +184,11 @@ $header-height: 40px;
.repo-title {
margin-top: 1rem;
text-align: center;
.title,
.subtitle {
text-align: center;
}
}
}
@@ -203,6 +207,10 @@ $header-height: 40px;
&:not(:first-child) {
border-top: 1px solid rgba(18, 19, 58, 0.2);
}
.title {
text-align: left;
}
}
@media screen and (min-width: 769px) {