summaryrefslogtreecommitdiffhomepage
path: root/common
diff options
context:
space:
mode:
authorColleen <[email protected]>2023-01-22 15:07:06 -0400
committerColleen <[email protected]>2023-01-22 15:07:06 -0400
commit86c1e798f0d7a4c15c88cf6c7b7e74cd834418cf (patch)
tree8c89d297266acc8740264154eb57dc341e721746 /common
parenta9307d5e49a76e435529d662ca07470abd70c723 (diff)
downloadraylib.com-86c1e798f0d7a4c15c88cf6c7b7e74cd834418cf.tar.gz
raylib.com-86c1e798f0d7a4c15c88cf6c7b7e74cd834418cf.zip
Fixed anchor name clash for id "platforms".
Diffstat (limited to 'common')
-rw-r--r--common/main.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css
index 984cdd4..5433163 100644
--- a/common/main.css
+++ b/common/main.css
@@ -79,6 +79,14 @@ h2 {
line-height: 24px;
}
+h2::before {
+ content: '';
+ display: block;
+ width: 100%;
+ height: 144px;
+ margin: -144px 0px 0px;
+}
+
.page {
width: min(var(--content-width), 100vw);
min-height: fit-content;