mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Revert some erroneous changes in commit
Not sure what happened there
This commit is contained in:
parent
56078dc5e6
commit
2259c00680
|
|
@ -6,6 +6,7 @@
|
|||
--btn: #673DB6;
|
||||
--btn-secondary: #333960;
|
||||
--theme: var(--btn);
|
||||
--theme-light: #A185D6;
|
||||
--text-secondary-2: #8990C1;
|
||||
}
|
||||
|
||||
|
|
@ -16,12 +17,10 @@ body {
|
|||
body, .main-body {
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
color: var(--text);
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-family: Poppins, Arial;
|
||||
font-family: Poppins, Arial, Helvetica, sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
|
@ -46,6 +45,7 @@ body, .main-body {
|
|||
.wrapper {
|
||||
width: 95%;
|
||||
max-width: 1590px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
h1.dot:not([data-title-suffix]):after, h2.dot:not([data-title-suffix]):after {
|
||||
|
|
@ -222,7 +222,7 @@ img.emoji {
|
|||
-webkit-appearance: none;
|
||||
border: 0;
|
||||
border-radius: 6px;
|
||||
font-family: Poppins;
|
||||
font-family: Poppins, Arial, Helvetica, sans-serif;
|
||||
font-size: 1rem;
|
||||
color: var(--text);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user