Skip to content

Commit 2907963

Browse files
authored
CSS: Refactored margin naming to block or inline (#334)
1 parent a8d8b5c commit 2907963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,7 +1512,7 @@ a:hover {
15121512
display: flex;
15131513
flex-direction: column;
15141514
gap: 1.5rem;
1515-
margin-top: 0.5rem;
1515+
margin-block-start: 0.5rem;
15161516

15171517
.card-section {
15181518
display: flex;
@@ -1732,7 +1732,7 @@ blockquote {
17321732
}
17331733

17341734
blockquote[data-grid="last-third"] {
1735-
margin-top: 0;
1735+
margin-block-start: 0;
17361736
}
17371737

17381738
@media (max-width: 55rem) {

0 commit comments

Comments
 (0)