Update custom/tweaks.css
This commit is contained in:
parent
38c9ad2424
commit
b057b4830a
1 changed files with 7 additions and 0 deletions
|
@ -23,4 +23,11 @@
|
||||||
/* Improve look of the profile page */
|
/* Improve look of the profile page */
|
||||||
div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four.wide.column {
|
div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four.wide.column {
|
||||||
width: 20% !important;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in a new issue