0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

Slightly reduce size of small images in wizard

Dieser Commit ist enthalten in:
Angus McLeod 2018-01-26 10:47:10 +08:00
Ursprung 1cca125ebd
Commit 6383be7e09

Datei anzeigen

@ -40,8 +40,8 @@
&.group {
padding: 0;
margin: 0;
width: 140px;
height: 140px;
width: 130px;
height: 130px;
}
}
@ -51,7 +51,7 @@
}
img.small {
width: 110;
width: 100;
padding: 15px;
}