style(docs): match Gitea icon size to GitHub's 24px (1.5rem)
This commit is contained in:
@@ -43,8 +43,8 @@ const links = config.social || [];
|
||||
unlayered CSS. Unlayered rules always win over anything in a
|
||||
@layer regardless of specificity or source order, so a plain
|
||||
override here is silently ignored no matter how it's written. */
|
||||
width: 3rem !important;
|
||||
height: 3rem !important;
|
||||
width: 1.5rem !important;
|
||||
height: 1.5rem !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user