added more projects and brought back the current projects section of the index
This commit is contained in:
parent
debe015932
commit
b5ae86ade4
5 changed files with 70 additions and 16 deletions
|
|
@ -106,6 +106,11 @@ const props = defineProps<{
|
|||
border-color: white;
|
||||
cursor: pointer;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (min-width: 1000px){
|
||||
.card:hover, .content:hover{
|
||||
.content{
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
@ -113,6 +118,7 @@ const props = defineProps<{
|
|||
.project-image{
|
||||
filter: brightness(40%) blur(2px);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue