We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9be7833 + 46fecbb commit 6558fb7Copy full SHA for 6558fb7
app/assets/stylesheets/custom.scss
@@ -409,8 +409,9 @@ a {
409
410
.dojo {
411
display: inline-block;
412
- width: 85%;
413
- margin: 10px;
+ height: 300px;
+ width: 45%;
414
+ margin: 5px;
415
padding: 15px 0;
416
background: #fff;
417
position: relative;
@@ -442,7 +443,8 @@ a {
442
443
@media only screen and (min-width:560px) {
444
445
width: 220px;
- height: 275px
446
+ height: 275px;
447
+ margin: 10px;
448
}
449
450
0 commit comments