fixed the featured projects module
This commit is contained in:
parent
32735d3960
commit
6f88dea9a0
1 changed files with 15 additions and 2 deletions
|
|
@ -60,9 +60,9 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
|
|||
</div>
|
||||
<hr/>
|
||||
<h1>Latest Project</h1>
|
||||
<div class="container">
|
||||
<div class="featured-container">
|
||||
<ProjectCard
|
||||
class="left-col"
|
||||
class="fix-size-pls"
|
||||
src="https://img.itch.zone/aW1nLzE3MzE3NDAzLnBuZw==/315x250%23c/pxmt%2BB.png"
|
||||
href="https://clevertop.itch.io/chronochamber "
|
||||
heading="Chrono Chamber"
|
||||
|
|
@ -144,6 +144,16 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
|
|||
|
||||
}
|
||||
|
||||
.featured-container{
|
||||
display: flex;
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
}
|
||||
|
||||
.small-image-pls {
|
||||
height: 20%;
|
||||
}
|
||||
|
||||
.left-col {
|
||||
flex:1;
|
||||
width: 50%;
|
||||
|
|
@ -170,6 +180,9 @@ var { data } = await useAsyncData('home', () => queryContent('blog').sort({id:-1
|
|||
.container{
|
||||
flex-direction: column;
|
||||
}
|
||||
.featured-container{
|
||||
flex-direction: column;
|
||||
}
|
||||
.aboutme{
|
||||
visibility: collapse;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue