Skip to content

Commit

Permalink
99 logos de sepep e sgm no esto aparecendo (#102)
Browse files Browse the repository at this point in the history
* retirando o border radios

retirei o border-radius global, já que estava cortando as imagens do footer

* arredondando os cantos do video

depois de tira o border, os videos ficaram quadrados de novo, então no scss coloquei border-radius para todos, mas pela class, para não alterar outras imagens
  • Loading branch information
Ana-CAS-Machado authored Feb 1, 2024
1 parent c826942 commit 20c0370
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/_04_settings_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ $include-html-global-classes: $include-html-classes;
// $last-child-float: $opposite-direction;

// We use these to make sure border radius matches unless we want it different.
$global-radius: 40px;
$global-radius: 10px;
// $global-rounded: 1000px;

// We use these to control inset shadow shiny edges and depressions.
Expand Down
1 change: 1 addition & 0 deletions _sass/foundation-components/_flex-video.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $flex-video-widescreen-padding-bottom: 56.34% !default;
height: 0;
margin-bottom: $flex-video-margin-bottom;
overflow: hidden;
border-radius: 30px;


&.widescreen { padding-bottom: $flex-video-widescreen-padding-bottom; }
Expand Down

0 comments on commit 20c0370

Please sign in to comment.