feat(home): started on home layout, may need to use display:grid

This commit is contained in:
2025-04-23 19:56:45 -06:00
parent c5fa636b39
commit 33c933d455
7 changed files with 210 additions and 61 deletions

20
assets/styling/home.css Normal file
View File

@ -0,0 +1,20 @@
.technologies {
display: flex;
flex-direction: column;
}
/* .technologies p {
width: 90%;
margin: 2svh 0px;
margin-left: 2svw;
padding-left: 2svw;
padding-bottom: 1svh;
} */
.technologies-cat {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
column-gap: 2svw;
row-gap: 1svh;
}