home: wip paragraph, need to remove classNames from old website
This commit is contained in:
parent
a2195af201
commit
b789d94fb8
2 changed files with 58 additions and 1 deletions
|
|
@ -350,6 +350,32 @@ home-content {
|
|||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
welcome {
|
||||
margin-bottom: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
boxes {
|
||||
display: flex;
|
||||
width: 30%;
|
||||
gap: 1rem;
|
||||
|
||||
box {
|
||||
border-radius: 0.25rem;
|
||||
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||||
background-color: white;
|
||||
padding: 4rem;
|
||||
|
||||
&#bigbox {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&#smallbox {
|
||||
flex: 0.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* 404 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue