Skip to content

Commit

Permalink
/*display: grid;
Browse files Browse the repository at this point in the history
  grid-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 2em;
  • Loading branch information
ricoThaka authored Nov 18, 2024
1 parent 481fdb3 commit e379f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/jekyll-theme-leap-day.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5317,7 +5317,7 @@ animation: 1s ease-out 0s 1 slideInFromLeft;
display: flex;
flex-wrap: wrap;
width: 100%;
height: 5%;
height: 2em;
}
.oncall div:nth-child(1) {
background: #f2a922;
Expand Down

0 comments on commit e379f77

Please sign in to comment.