add antd reset file to global css

This commit is contained in:
2025-10-07 11:40:45 +03:00
parent 993e9e6a68
commit 482a6c8a18

View File

@@ -1,3 +1,6 @@
/* Import Ant Design reset */
@import "antd/dist/reset.css";
/* Import Nunito Sans from Google Fonts */ /* Import Nunito Sans from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@@ -81,6 +84,7 @@ a {
canvas { canvas {
display: block; display: block;
} /* ---- particles.js container ---- */ } /* ---- particles.js container ---- */
#particles-js { #particles-js {
position: absolute; position: absolute;
width: 100%; width: 100%;