mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-14 05:10:37 -04:00
reorg tree and add summary
This commit is contained in:
parent
6babd2bee0
commit
87cfe81d2b
9 changed files with 62 additions and 13 deletions
|
@ -8,9 +8,9 @@
|
|||
.card {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: calc(100% / 5);
|
||||
max-width: 350px;
|
||||
justify-content: end;
|
||||
/*flex: 1;*/
|
||||
padding: 1.5rem;
|
||||
margin: 1.5rem;
|
||||
background: gray;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 300px;
|
||||
vertical-align: middle;
|
||||
object-fit: cover;
|
||||
object-fit: contain;
|
||||
float: left;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue