Browse Source

ensure releasecard does not break on small screens

Thomas Buck 3 years ago
parent
commit
f058c1becf
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      static/css/style.css

+ 1
- 0
static/css/style.css View File

79
 .releasecard {
79
 .releasecard {
80
     border: 2px solid purple;
80
     border: 2px solid purple;
81
     width: max-content;
81
     width: max-content;
82
+    max-width: 100%;
82
     padding: 0.6em 1em 0em 1em;
83
     padding: 0.6em 1em 0em 1em;
83
     border-radius: 10px;
84
     border-radius: 10px;
84
     background-color: lightgray;
85
     background-color: lightgray;

Loading…
Cancel
Save