mail func added, post route added, more css
This commit is contained in:
@ -18,6 +18,8 @@
|
||||
.card {
|
||||
display: flex;
|
||||
border: 1px solid red;
|
||||
border-radius: 15px;
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
|
||||
width: min(40rem, calc(100% - 1rem));
|
||||
}
|
||||
|
||||
@ -40,7 +42,7 @@
|
||||
.technologies {
|
||||
display: flex;
|
||||
gap: 1rem;
|
||||
margin-right: auto;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.technologies span {
|
||||
|
Reference in New Issue
Block a user