Change the table style
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Mary 2023-09-26 22:13:10 +01:00
parent 4edeb22060
commit cdd0e6e5af
2 changed files with 11 additions and 4 deletions

View File

@ -120,10 +120,9 @@ If necessary, remove a small amount of orange buttercream from the top of the ca
6. Put the cake in the fridge to keep it cool before serving.
7. I hope you enjoy it.
</div>
*****
*****
<div class="Tips-table p-3 border border-3 border-black border-top-0">
###### Tips for enhancing the cake baking process:

View File

@ -54,7 +54,16 @@ table th, tr, td {
font-size: 1.3rem;
margin-top: 2.25em;
margin-bottom: .5em;
font-weight: 600 !important;
}
.Tips-table h6 {
font-size: 1.3rem;
margin-top: 1em;
margin-bottom: .5em;
font-weight: 600 !important;
}
td img {
padding-bottom: 1rem !important;
padding-top: 1rem !important;
@ -72,4 +81,3 @@ td img {
opacity: 100%;
border-width: 3px !important;
}
}