Skip to content

Commit

Permalink
change date and label order
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jul 18, 2024
1 parent 3b133f5 commit de4592a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sass/home/_news_section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
}
&--date {
display: flex;
margin: 0 16px 0 0;
order: 2;
p {
font-size: 16px;
font-weight: 700;
Expand All @@ -226,13 +226,15 @@
}
&--label {
display: flex;
order: 1;
align-items: center;
justify-content: center;
padding: 6px 8px;
background-color: $main_color02;
width: max-content;
height: auto;
min-height: 18px;
margin: 0 16px 0 0;
p {
font-size: 12px;
font-weight: 500;
Expand Down

0 comments on commit de4592a

Please sign in to comment.