mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-04-28 17:46: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",
|
||||
"version": "2.4.6",
|
||||
"version": "2.4.7",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@loadable/component": "^5.15.0",
|
||||
|
|
|
@ -2,14 +2,11 @@
|
|||
|
||||
.heroBox {
|
||||
margin-top: -$layoutNavigationHeight;
|
||||
|
||||
background-color: #1c1c1c;
|
||||
background-image: url(https://source.unsplash.com/uq5RMAZdZG4/1920x1080);
|
||||
|
||||
> div {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
min-height: 600px;
|
||||
min-height: 300px;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Reference in a new issue