Skip to content

Commit

Permalink
fix(lms): overflow problem on footer logos
Browse files Browse the repository at this point in the history
The footer logos was overflowing when they were too wide.

fccn/nau-technical#338
  • Loading branch information
igobranco committed Nov 13, 2024
1 parent bc413e9 commit ac17a15
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ footer {

.entities-quick-links__line {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
gap: 1.5rem;
border-block-end: 1px solid #dedede;
Expand Down

0 comments on commit ac17a15

Please sign in to comment.