test commit gitea

This commit is contained in:
catherine-w 2021-07-02 15:14:18 -04:00
parent d419d9eeda
commit 7c135c2b4a
2 changed files with 8 additions and 3 deletions

View File

@ -9,12 +9,14 @@
}
.card aside {
flex: 0 0 calc(142rem / 16);
/* flex: 0 0 calc(142rem / 16); */
max-width: calc(142rem / 16);
margin-right: calc(58rem / 16);
background-color: pink;
}
.card aside img {
max-width: calc(142rem / 16);
width: 100%;
}
@ -27,6 +29,9 @@
}
.card section {
background-color: purple;
padding-bottom: 0;
}
.spacer {
margin-top: calc(76rem / 16);
}

View File

@ -104,5 +104,5 @@
}
.miniTechTalkDemo > *:nth-child(odd) {
background: #4ed4b2;
background: rgb(78, 212, 178, 0.3);
}