fixing small things and adding version num
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<NavbarLink :out="false" url="/projects">Projects</NavbarLink>
|
||||
<NavbarLink :out="false" url="/resources">Resources</NavbarLink>
|
||||
<!--<NavbarLink :out="false" url="/stats">Stats</NavbarLink>-->
|
||||
<NavbarLink :out="true" url="http://github.com/ngn13/my-website">Source</NavbarLink>
|
||||
<NavbarLink :out="true" url="http://github.com/ngn13/ngn13.fun">Source</NavbarLink>
|
||||
</div>
|
||||
</nav>
|
||||
</template>
|
||||
|
@@ -26,7 +26,6 @@ main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
padding: 40px;
|
||||
cursor: pointer;
|
||||
|
@@ -14,8 +14,7 @@ export default {
|
||||
div{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 20px;
|
||||
align-items: center;
|
||||
padding: 15px;
|
||||
justify-content: center;
|
||||
gap: 30px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user