Skip to content

Commit

Permalink
Fix for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
gparant committed Aug 22, 2024
1 parent 4efa91a commit 8cace64
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions views/info1/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down
4 changes: 2 additions & 2 deletions views/info2/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down
4 changes: 2 additions & 2 deletions views/noBoard/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down
4 changes: 2 additions & 2 deletions views/start/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down
4 changes: 2 additions & 2 deletions views/surfEnigma/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down
4 changes: 2 additions & 2 deletions views/treasureEnigma/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down
4 changes: 2 additions & 2 deletions views/waveEnigma/discussion.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
background: black;
color: white;
display: grid;
grid-template-columns: 100px 1fr 100px;
grid-template-columns: 60px 1fr 100px;
overflow: hidden;
height: 100%;
flex-direction: column;
Expand All @@ -36,7 +36,7 @@
justify-content: center;
border-radius: 14px;
border: solid 2px black;
padding: 0 10px;
padding: 0 4px;
"
>
<div style="border: solid 1px white; border-radius: 14px; height: fit-content; width: fit-content; display: flex; align-items: center; justify-content: center; padding: 10px;">
Expand Down

0 comments on commit 8cace64

Please sign in to comment.