style: portal flex

This commit is contained in:
sthag 2024-08-11 21:59:28 +02:00
parent 9f8aa510db
commit eae17727f9

View file

@ -24,7 +24,7 @@ $portal_icon_size: 64px;
transition: flex 500ms cubic-bezier(0, 0, 0.2, 1.4), background 800ms ease; transition: flex 500ms cubic-bezier(0, 0, 0.2, 1.4), background 800ms ease;
&:hover { &:hover {
flex: 2; flex: 3;
background-color: #999; background-color: #999;
// h2 { // h2 {