We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f91cc1 commit c041a40Copy full SHA for c041a40
1 file changed
assets/css/main.css
@@ -1027,6 +1027,7 @@ ul.actions {
1027
display: grid;
1028
grid-column-gap: 50px;
1029
grid-row-gap: 20px;
1030
+ grid-template-columns: repeat(3, 1fr);
1031
}
1032
1033
.col1 {
@@ -1069,7 +1070,7 @@ ul.actions {
1069
1070
grid-row-start: 4;
1071
grid-row-end: 5;
1072
- .col31 {
1073
+ .col32 {
1074
grid-column-start: 2;
1075
grid-column-end: 3;
1076
0 commit comments