[GSSoC] Reverting 'font-size-adjust' reset.css rule, fixes huge text shown in GSSoC related pages
This commit is contained in:
parent
9ce7b433f9
commit
2768f63aa4
@ -1,9 +1,3 @@
|
|||||||
@supports (font-size-adjust: 1) {
|
|
||||||
article {
|
|
||||||
font-size-adjust: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (pointer:fine) {
|
@media (pointer:fine) {
|
||||||
body {
|
body {
|
||||||
font-kerning: auto;
|
font-kerning: auto;
|
||||||
|
@ -190,7 +190,7 @@ hr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.body-wrapper {
|
.body-wrapper {
|
||||||
margin-top: 4rem;
|
margin-top: 3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body-wrapper a {
|
.body-wrapper a {
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<div class="body-wrapper">
|
<div class="body-wrapper">
|
||||||
<div class="content">
|
<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">
|
<article id="about-gs">
|
||||||
<h2>About GNU social</h2>
|
<h2>About GNU social</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user