Update custom/tweaks.css

This commit is contained in:
Sofía Aritz 2023-10-25 19:39:11 +00:00
parent b057b4830a
commit 8c4144c063

View file

@ -28,6 +28,6 @@ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four
/* Align the top of the repo view */
@media only screen and (min-width: 850px) {
.page-content.repository:not(.issues.repository.milestones) .header-wrapper > .ui.container:first-child {
padding-left: 67px;
padding-left: 67px !important;
}
}