diff --git a/src/index.css b/src/index.css index b5e37e0..315f1f3 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,6 @@ +/* Import Ant Design reset */ +@import "antd/dist/reset.css"; + /* 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"); @@ -81,6 +84,7 @@ a { canvas { display: block; } /* ---- particles.js container ---- */ + #particles-js { position: absolute; width: 100%;