Slightly reduce size of small images in wizard
Dieser Commit ist enthalten in:
Ursprung
1cca125ebd
Commit
6383be7e09
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren