Skip to content

Commit

Permalink
Removed border radius for first child of full-page___row on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed Sep 12, 2024
1 parent 6691522 commit 82b6e92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions www/docs/style/sass/parts/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,11 @@
position: relative;
&:first-child {
padding: 1em;
border-radius: 3px;
background: rgba(#000, 0.6);

position: relative;

@media (min-width: $large-screen) {
border-radius: 3px;
padding: 2em 2.5em;
}

Expand Down

0 comments on commit 82b6e92

Please sign in to comment.