Workworkwork
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
.card {
|
||||
border: 1px solid gray;
|
||||
border-radius: 5px;
|
||||
max-width: 40%;
|
||||
border-radius: 1em;
|
||||
max-width: 350px;
|
||||
margin: 1rem auto;
|
||||
transition: box-shadow 0.1s ease-in-out;
|
||||
cursor: pointer;
|
||||
padding: 5px;
|
||||
padding: 10px;
|
||||
margin: 5px;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0px 0px 10px blue;
|
||||
@ -13,9 +14,10 @@
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.description {
|
||||
|
||||
|
||||
}
|
@ -1,7 +1,19 @@
|
||||
.container {
|
||||
|
||||
header {
|
||||
position: sticky;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
.contentList {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
margin: 0 -1rem;
|
||||
padding: 0;
|
||||
}
|
Reference in New Issue
Block a user