Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AricGamma committed Jun 13, 2024
1 parent 9fe337c commit 1a66d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AbstractSection.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<section class="abstract">
<div>
<h3>Abstract</h3>
<!-- <h3>Abstract</h3> -->
<div v-if="figure" class="figure">
<img :src="figure">
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ main {
@apply w-full h-full flex flex-col items-center;
>:nth-child(2n-1) {
@apply bg-white;
@apply dark:bg-black/50;
// @apply bg-white;
// @apply dark:bg-black/50;
}
section {
Expand Down

0 comments on commit 1a66d73

Please sign in to comment.