Remove trailing whitespace

This commit is contained in:
Jan Iłowski 2023-03-01 20:48:22 +01:00
parent ca57cebc74
commit 3f8f83c305
5 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,3 @@
import React, {useContext} from 'react';
import { AppContext } from './AppContext';
@ -55,4 +54,4 @@ const BottomFPage = () => {
)
}
export default BottomFPage;
export default BottomFPage;

View File

@ -46,4 +46,4 @@ const FooterQuiz = () => (
</div>
)
export default FooterQuiz;
export default FooterQuiz;

View File

@ -132,4 +132,4 @@ const Truck = () => {
)
}
export default Truck;
export default Truck;

View File

@ -8,18 +8,15 @@
margin: 0;
padding: 0;
box-sizing: border-box;
}
::-webkit-scrollbar {
width: 1.5em;
}
::-webkit-scrollbar-track {
background-color: rgb(17,17,17);
}
::-webkit-scrollbar-thumb {

View File

@ -7,7 +7,6 @@
font-size: 15px;
position: absolute;
top: 86%;
}
.a-write-to-us {