Skip to content
Snippets Groups Projects
Commit 732da26f authored by Tejas's avatar Tejas
Browse files

Padding and Layout changes.

parent b9432698
No related branches found
No related tags found
2 merge requests!5Push to Main,!1Profile view implemented, watchlist view and component implemented with a...
...@@ -5,7 +5,7 @@ import Navbar from './components/Navbar.vue'; ...@@ -5,7 +5,7 @@ import Navbar from './components/Navbar.vue';
<template> <template>
<Navbar /> <Navbar />
<div class="pt-20 z-10 bg-neutral-900"> <div class="z-10 bg-neutral-900">
<RouterView /> <RouterView />
</div> </div>
</template> </template>
......
<template> <template>
<div class="h-full bg-neutral-900"> <div class="h-full bg-neutral-900 p-6">
<!-- Features --> <!-- Features -->
<div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto dark"> <div class="max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 mx-auto dark">
<div class="relative p-6 md:p-16"> <div class="relative p-6 md:p-16">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment