New changes.

main
nataly 1 year ago
parent e10c60b1e1
commit 65f55e287d

Binary file not shown.

@ -6,7 +6,6 @@
::-webkit-scrollbar {
width: 5px;
/* Width of the entire scrollbar */
}
::-webkit-scrollbar-thumb {
@ -20,6 +19,24 @@
}
/* Website's font */
@font-face {
font-family: 'Poppins';
src: url('../dist/fonts/Poppins-Regular.ttf');
}
@font-face {
font-family: 'Poppins ExtraBold';
src: url('../dist/fonts/Poppins-ExtraBold.ttf');
}
@font-face {
font-family: 'Poppins Bold';
src: url('../dist/fonts/Poppins-Bold.ttf');
}
/* FOR THE IFRAME TO TAKE 95% OF WIDTH ON SMALL SCREEN SIZES */
@media screen and (max-width: 798px) {
#popupModalFrame {

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save