Files
xeorl/htdocs/assets/css/_monetization.css
2025-02-06 22:17:43 +05:30

24 lines
363 B
CSS

body {
font-family: "Montserrat", sans-serif;
margin: 0;
padding: 0;
background-color: #ffffff;
color: #333333;
overflow-x: auto;
overflow-y: hidden;
}
main {
padding: 60px 20px;
text-align: center;
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-thumb {
background-color: #171C24;
border-radius: 0;
}