mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-04-30 02:26:21 +02:00
Remove image on homepage
This commit is contained in:
parent
5344dc3422
commit
6a7e2276f6
2 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "kevins-data-toolbox",
|
"name": "kevins-data-toolbox",
|
||||||
"version": "2.4.6",
|
"version": "2.4.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@loadable/component": "^5.15.0",
|
"@loadable/component": "^5.15.0",
|
||||||
|
|
|
@ -3,13 +3,10 @@
|
||||||
.heroBox {
|
.heroBox {
|
||||||
margin-top: -$layoutNavigationHeight;
|
margin-top: -$layoutNavigationHeight;
|
||||||
|
|
||||||
background-color: #1c1c1c;
|
|
||||||
background-image: url(https://source.unsplash.com/uq5RMAZdZG4/1920x1080);
|
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
min-height: 600px;
|
min-height: 300px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Add table
Reference in a new issue