ChandimaPrabath
commited on
Commit
•
f623744
1
Parent(s):
c02b85d
style fix
Browse files
frontend/src/components/HeroSection.css
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
background-size: cover;
|
25 |
background-position: center;
|
26 |
background-repeat: no-repeat;
|
27 |
-
transition: opacity .
|
28 |
opacity: 0;
|
29 |
}
|
30 |
|
|
|
24 |
background-size: cover;
|
25 |
background-position: center;
|
26 |
background-repeat: no-repeat;
|
27 |
+
transition: opacity .1s ease-in-out;
|
28 |
opacity: 0;
|
29 |
}
|
30 |
|
frontend/src/components/Sidebar.css
CHANGED
@@ -82,6 +82,7 @@
|
|
82 |
|
83 |
.sidebar-footer {
|
84 |
padding: 16px;
|
|
|
85 |
}
|
86 |
|
87 |
.sidebar-item {
|
|
|
82 |
|
83 |
.sidebar-footer {
|
84 |
padding: 16px;
|
85 |
+
margin-bottom: 20px;
|
86 |
}
|
87 |
|
88 |
.sidebar-item {
|