Skip to content

Commit

Permalink
Merge pull request #136 from edrlab/localisation-context-table
Browse files Browse the repository at this point in the history
fix image size
  • Loading branch information
gautierchomel authored Dec 10, 2024
2 parents ace359f + 656b951 commit 585effa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ $color-purple: #6975CF;
$color-extralight: #F4F8FD;


.img-fluid, .td-content img {
max-width: none;
height: auto; }

body {
font-family: "Poppins", sans-serif;
font-weight: 300;
Expand Down Expand Up @@ -227,6 +231,8 @@ kbd {
color: black ;
}



@media (min-width: 768px){
.td-navbar-cover {
background: $color-grey !important;
Expand Down

0 comments on commit 585effa

Please sign in to comment.