Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
swift502 committed Jul 20, 2024
1 parent 35b20e0 commit f6f78c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content_blocks/Code.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ const borderClass = 'desc' in contentBlock.properties ? ' border-radius-top' : '
padding-bottom: 0;
margin-bottom: 0;
margin-left: 4px;
/* width: 100%; */
/* align-self: center; */
box-sizing: border-box;
border-radius: 5px 5px 0px 0px;
}
Expand All @@ -77,5 +75,6 @@ const borderClass = 'desc' in contentBlock.properties ? ' border-radius-top' : '
font-size: 16px;
font-family: 'Sono', sans-serif;
letter-spacing: -0.5px;
font-style: normal !important;
}
</style>

0 comments on commit f6f78c9

Please sign in to comment.