Update custom/tweaks.css

This commit is contained in:
Sofía Aritz 2023-10-25 19:38:26 +00:00
parent 38c9ad2424
commit b057b4830a

View file

@ -24,3 +24,10 @@
div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four.wide.column {
width: 20% !important;
}
/* 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;
}
}