Skip to content

Commit

Permalink
[#229,#241][Crum/Xooxle] Run make flashcards test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pishoyg committed Nov 19, 2024
1 parent ffaae5d commit d559a4f
Showing 1 changed file with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ figcaption {

hr {
border: 1px solid #ddd;
margin: 30px 0;
margin: 20px 0;
}

body {
Expand Down Expand Up @@ -92,6 +92,10 @@ table {
padding: 0;
}

.small-screen-only {
display: none;
}

@media (width <= 500px) {
figure img:not(.logo) {
height: auto;
Expand All @@ -102,8 +106,12 @@ table {
margin: 10px 0;
}

#xooxle td {
display: block;
.small-screen-only {
display: unset;
}

.big-screen-only {
display: none;
}

}
Expand Down Expand Up @@ -240,12 +248,19 @@ table {

/* stylelint-enable selector-id-pattern */

#xooxle thead * {
text-align: center;
font-weight: bold;
color: #2C3E50;
font-size: 120%;
}

#xooxle td {
padding-right: 5px;
padding-left: 5px;
}

#xooxle td:first-child {
.search-box {
width: 50%;
}

Expand Down

0 comments on commit d559a4f

Please sign in to comment.