diff --git a/src/styles/main.css b/src/styles/main.css index 6de572d..ecf1ba0 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -5,30 +5,6 @@ body { font-size: 16px; } -.global-header { - text-align: center; - display: flex; - flex-direction: column; - align-items: center; - padding-top: 40px; -} - -.global-header h1 { - display: inline-block; - margin: 0; - line-height: 1; - background: linear-gradient(to right, #689BDB, #5F8DDC, #5077C7, #4562BE, #374FA5, #22298F); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; - font-size: 6rem; -} - -.slogan{ - margin: 0; - font-size: small; -} - form { display: flex; justify-content: center; diff --git a/src/views/SearchView.vue b/src/views/SearchView.vue index 6bb6a1e..ddb2fcb 100644 --- a/src/views/SearchView.vue +++ b/src/views/SearchView.vue @@ -3,14 +3,42 @@ import Searchbar from '../features/search/components/Searchbar.vue' -
- - - \ No newline at end of file + \ No newline at end of file