feat(links): legal info and credits in card
This commit is contained in:
parent
d9d7ab50c5
commit
498a4ef4ca
3 changed files with 14 additions and 3 deletions
|
@ -44,6 +44,8 @@ a {
|
|||
gap: 1rem;
|
||||
font-size: 16px;
|
||||
margin-left: 1rem;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@media only screen and (max-width: vars.$bp-little) {
|
||||
gap: 0;
|
||||
align-items: center;
|
||||
|
@ -169,14 +171,17 @@ h4 {
|
|||
column-gap: 1rem;
|
||||
row-gap: 0.5rem;
|
||||
@media only screen and (max-width: vars.$bp-little) {
|
||||
grid-template-columns: 1fr;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
column-gap: 0.5rem;
|
||||
align-items: center;
|
||||
margin-bottom: 2rem;
|
||||
direction: rtl;
|
||||
}
|
||||
& .link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
box-shadow: 0 0 50px -20px rgba(0,0,0,0.75);
|
||||
border-radius: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue