mirror of
https://github.com/originalmk/skrytka-app.git
synced 2025-01-18 16:29:17 +00:00
Remove trailing whitespace
This commit is contained in:
parent
ca57cebc74
commit
3f8f83c305
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import React, {useContext} from 'react';
|
import React, {useContext} from 'react';
|
||||||
|
|
||||||
import { AppContext } from './AppContext';
|
import { AppContext } from './AppContext';
|
||||||
@ -55,4 +54,4 @@ const BottomFPage = () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default BottomFPage;
|
export default BottomFPage;
|
||||||
|
@ -46,4 +46,4 @@ const FooterQuiz = () => (
|
|||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
||||||
export default FooterQuiz;
|
export default FooterQuiz;
|
||||||
|
@ -132,4 +132,4 @@ const Truck = () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Truck;
|
export default Truck;
|
||||||
|
@ -8,18 +8,15 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 1.5em;
|
width: 1.5em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: rgb(17,17,17);
|
background-color: rgb(17,17,17);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 86%;
|
top: 86%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.a-write-to-us {
|
.a-write-to-us {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user