summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2020-11-14 01:37:40 +0000
committerOleg Pykhalov <go.wigust@gmail.com>2020-11-14 05:46:01 +0300
commitd5e07c382dc9eeaaea5cc58c325429e7149cfa88 (patch)
tree584f37c5df6771968725b41aec2a86c9918e573c /src/components
parentAdd guix.scm. (diff)
downloadgithunt-d5e07c382dc9eeaaea5cc58c325429e7149cfa88.tar.gz
Delete box-shadow on repositories grid.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/repository-grid/grid-item/styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/repository-grid/grid-item/styles.css b/src/components/repository-grid/grid-item/styles.css
index 1db6c42..3c3d861 100644
--- a/src/components/repository-grid/grid-item/styles.css
+++ b/src/components/repository-grid/grid-item/styles.css
@@ -7,7 +7,6 @@
background: white;
padding: 20px;
border-radius: 10px;
- box-shadow: -5px 10px 60px -13px rgba(0, 0, 0, 0.20);
height: 270px;
}