[GSSoC] Reverting 'font-size-adjust' reset.css rule, fixes huge text shown in GSSoC related pages

This commit is contained in:
Eliseu Amaro 2022-08-11 18:28:02 +01:00
parent 9ce7b433f9
commit 2768f63aa4
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
3 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,3 @@
@supports (font-size-adjust: 1) {
article {
font-size-adjust: 1;
}
}
@media (pointer:fine) {
body {
font-kerning: auto;

View File

@ -190,7 +190,7 @@ hr {
}
.body-wrapper {
margin-top: 4rem;
margin-top: 3rem;
}
.body-wrapper a {

View File

@ -31,7 +31,7 @@
<div class="body-wrapper">
<div class="content">
<h2 class="content-head is-center">Summer of Code</h2>
<h1 class="content-head">Summer of Code</h1>
<article id="about-gs">
<h2>About GNU social</h2>