Skip to content

Commit 711e66b

Browse files
authored
Update _variables.scss
Default size of the default watermark set to 128x128.
1 parent e986ec4 commit 711e66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/_variables.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ $unsupportedDesktopBrowserTextFontSize: 21px;
167167
/**
168168
* The size of the default watermark.
169169
*/
170-
$watermarkWidth: 71px;
171-
$watermarkHeight: 32px;
170+
$watermarkWidth: 128px;
171+
$watermarkHeight: 128px;
172172

173173
$welcomePageWatermarkWidth: 128px;
174174
$welcomePageWatermarkHeight: 128px;

0 commit comments

Comments
 (0)