diff options
| author | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-25 12:31:16 +0500 |
|---|---|---|
| committer | Kamran Ahmed <kamranahmed.se@gmail.com> | 2018-08-25 12:31:16 +0500 |
| commit | 0bab7845b03326238e34fdcdd2c1168b6a7d6098 (patch) | |
| tree | 613bb1965d4d469d5a6563307baa6b3efd242fe0 /src | |
| parent | Date type filter in top nav (diff) | |
| download | githunt-0bab7845b03326238e34fdcdd2c1168b6a7d6098.tar.gz | |
Minor UI update
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/repository-grid/styles.css | 2 | ||||
| -rw-r--r-- | src/components/repository-list/styles.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/components/repository-grid/styles.css b/src/components/repository-grid/styles.css index ddda54a..fb750d5 100644 --- a/src/components/repository-grid/styles.css +++ b/src/components/repository-grid/styles.css @@ -1,4 +1,4 @@ .grid-container { - margin-top: 20px; + margin-top: 15px; padding: 0 5px; } diff --git a/src/components/repository-list/styles.css b/src/components/repository-list/styles.css index 66a9d54..cd0875f 100644 --- a/src/components/repository-list/styles.css +++ b/src/components/repository-list/styles.css @@ -3,4 +3,5 @@ padding: 25px; margin: 25px 0 0; border-radius: 8px; + box-shadow: -5px 10px 60px -13px rgba(0, 0, 0, 0.20); } |
