diff --git a/Contributer.html b/Contributer.html index 0fbb5b6..0f18ed3 100644 --- a/Contributer.html +++ b/Contributer.html @@ -81,7 +81,6 @@ position: fixed; z-index: 999999; } - .hexUserName { margin: unset; color: white; @@ -105,67 +104,55 @@ - - -
- - -OUR VALUABLE CONTRIBUTORS
diff --git a/assets/css/style.css b/assets/css/style.css index 094409f..5dbf878 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1994,3 +1994,16 @@ footer { font-size: 14px; margin-bottom: 15px; } + +.heading-contri{ + font-size: 50px; +} +@media (max-width: 450px){ + .heading-contri{ + padding-top: 20px; + font-size: 25px; + } +} +ul{ + padding-left: 0; +}