mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 17:35:42 +00:00
Made border thicker on project card
This commit is contained in:
parent
5696b2fe40
commit
6bd5a88c89
@ -54,7 +54,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border: 1px solid #eaeaea;
|
border: 2px solid #eaeaea;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: color 0.15s ease, border-color 0.15s ease;
|
transition: color 0.15s ease, border-color 0.15s ease;
|
||||||
max-width: 24rem;
|
max-width: 24rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user