Skip to content

Commit

Permalink
Changed grid-template-columns value to calculated values.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimaDovakin committed Jun 30, 2022
1 parent 25c7f75 commit 4c63ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/common-style.css
Expand Up @@ -74,7 +74,7 @@ input[type="checkbox"], select, button {

.container {
display: grid;
grid-template-columns: minmax(auto, 1209px) 0.9fr;
grid-template-columns: calc(100vw/1.6) calc(100vw/0.9);
grid-template-rows: 0.2fr 1.8fr;
gap: 0 14px;
grid-auto-flow: row;
Expand Down

0 comments on commit 4c63ab2

Please sign in to comment.