Added typescript, added new logo, improved margins
This commit is contained in:
parent
b9f5460501
commit
05120f0aa5
10 changed files with 79 additions and 14 deletions
src/components
|
@ -26,15 +26,15 @@ article {
|
|||
transition: transform var(--speed) var(--ease);
|
||||
height: auto;
|
||||
width: auto;
|
||||
line-height: 128px;
|
||||
line-height: 100px;
|
||||
}
|
||||
article:hover {
|
||||
transform: scale(var(--hover-scale));
|
||||
}
|
||||
article > div {
|
||||
background-size: contain;
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
article:hover h2 {
|
||||
|
@ -43,8 +43,8 @@ article:hover h2 {
|
|||
font-size: 18px;
|
||||
display: inline-block;
|
||||
vertical-align: center;
|
||||
line-height: normal;
|
||||
width: 90%;
|
||||
line-height: 150%;
|
||||
width: 95%;
|
||||
border-radius: 5px;
|
||||
opacity: 90%;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue