mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-22 21:09:20 +02:00
cleaned up code
This commit is contained in:
parent
24ff19872d
commit
644f6a4cae
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,6 @@
|
|||
<main>
|
||||
<div class="content">
|
||||
<Router {routes} />
|
||||
<p>Search Value: {searchValue}</p>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
@ -48,6 +47,7 @@
|
|||
@media (min-width: 640px) {
|
||||
main {
|
||||
max-width: none;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue