New technologies, sticky navbar, more streamlined design
This commit is contained in:
parent
1e61583034
commit
c06e0d2547
7 changed files with 18 additions and 3 deletions
src/components
|
@ -33,6 +33,9 @@ const icon: string = `background-image: url('/technologies/${image}.webp')`
|
|||
transform: scale(var(--hover-scale));
|
||||
}
|
||||
article > div {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-size: contain;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
|
@ -46,7 +49,6 @@ const icon: string = `background-image: url('/technologies/${image}.webp')`
|
|||
vertical-align: center;
|
||||
line-height: 150%;
|
||||
width: 95%;
|
||||
border-radius: 5px;
|
||||
opacity: 90%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue