Skip to content

Commit

Permalink
Merge pull request #106 from ArgumentumGames/ludo
Browse files Browse the repository at this point in the history
Responsive et position profondeur Firefox
  • Loading branch information
jsboige authored Mar 1, 2024
2 parents 4286d3a + 5838f0f commit 320509e
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions Cards/Fallacies/Mindmaps/included.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,14 @@
z-index: 100;
}

/* Responsive for desktop */
@media (min-width: 992px) {
card {
width: 400px;
}
}
safe {
background-color: #fff;
position: relative;
}

.cardName {
Expand All @@ -187,11 +192,26 @@
color: var(--color-text-1);
}

/* Responsive for desktop */
@media (min-width: 992px) {
.famille {
font-size: 25px;
}
}

.sous_famille,
.Soussousfamille {
font-size: 18px;
}

/* Responsive for desktop */
@media (min-width: 992px) {
.sous_famille,
.Soussousfamille {
font-size: 20px;
}
}

/* -------------------------------------------------------------------------------- */
/* Corps */
/* -------------------------------------------------------------------------------- */
Expand Down Expand Up @@ -287,14 +307,24 @@
margin: 0% -5px;
}

.desc_fr, .exemple_fr {
font-family: 'DINpro',sans-serif;
font-size: 16px;
padding: 20px 10px;
}

/* Responsive design */
@media (min-width: 992px) {
.desc_fr, .exemple_fr {
font-size: 18px;
}
}

.desc_fr {
align-items: center;
color: #fff;
display: flex;
font-family: 'DINpro',sans-serif;
font-size: 16px;
font-weight: 900;
padding: 20px 10px;
text-transform: uppercase;
}

Expand All @@ -303,11 +333,8 @@
background-color: white;
border-radius: 0 0 10px 10px;
color: var(--color-text-2);
font-family: 'DINpro',sans-serif;
font-size: 16px;
font-variant-ligatures: no-common-ligatures;
font-weight: 600;
padding: 20px 10px;
}

.desc_fr,
Expand Down

0 comments on commit 320509e

Please sign in to comment.