diff --git a/frontend/src/assets/css/global.scss b/frontend/src/assets/css/global.scss index e0ed848..bd05fe4 100644 --- a/frontend/src/assets/css/global.scss +++ b/frontend/src/assets/css/global.scss @@ -1,7 +1,8 @@ @import 'theme'; @import '../font/font.css'; -.draw-toggle-btn { +.draw-toggle-btn, +.clear-filters-btn { background-repeat: no-repeat; background-size: 60% 60%; background-position: center; @@ -26,15 +27,5 @@ .clear-filters-btn { background-image: url('/ClearFilter.ico'); - background-repeat: no-repeat; - background-size: 60% 60%; background-color: white; - background-position: center; - border-radius: 4px; - width: 34px; - height: 34px; - cursor: pointer; - display: flex; - align-items: center; - justify-content: center; } diff --git a/frontend/src/assets/css/theme.scss b/frontend/src/assets/css/theme.scss index 9e0a996..75967f1 100644 --- a/frontend/src/assets/css/theme.scss +++ b/frontend/src/assets/css/theme.scss @@ -98,10 +98,6 @@ mark { color: inherit; } -p { - max-width: 70rem; -} - .snip-2 { display: -webkit-box; -webkit-box-orient: vertical; diff --git a/frontend/src/assets/justin-mcfadden-unsplash.jpg b/frontend/src/assets/justin-mcfadden-unsplash.jpg new file mode 100644 index 0000000..417278d Binary files /dev/null and b/frontend/src/assets/justin-mcfadden-unsplash.jpg differ diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue index 8bc7a67..d01bca6 100644 --- a/frontend/src/views/AboutView.vue +++ b/frontend/src/views/AboutView.vue @@ -1,199 +1,301 @@ - diff --git a/frontend/src/views/IndexView.vue b/frontend/src/views/IndexView.vue index 9d86fbe..69757d7 100644 --- a/frontend/src/views/IndexView.vue +++ b/frontend/src/views/IndexView.vue @@ -327,9 +327,10 @@ const section4AudienceCards = [ background: linear-gradient( 90deg, rgba(248, 248, 248, 0.95) 0%, - rgba(248, 248, 248, 0.85) 34%, - rgba(248, 248, 248, 0.45) 55%, - rgba(248, 248, 248, 0.08) 72%, + rgba(248, 248, 248, 0.88) 20%, + rgba(248, 248, 248, 0.62) 32%, + rgba(248, 248, 248, 0.24) 42%, + rgba(248, 248, 248, 0.04) 50%, rgba(248, 248, 248, 0) 100% ); z-index: 1; @@ -813,8 +814,9 @@ const section4AudienceCards = [ background: linear-gradient( 180deg, rgba(248, 248, 248, 0.93) 0%, - rgba(248, 248, 248, 0.8) 42%, - rgba(248, 248, 248, 0.15) 82%, + rgba(248, 248, 248, 0.82) 24%, + rgba(248, 248, 248, 0.48) 38%, + rgba(248, 248, 248, 0.14) 50%, rgba(248, 248, 248, 0) 100% ); }