Skip to content

Commit bd8b0f2

Browse files
committed
Fix Issue #844: Media Query Resolved
1 parent c2e791a commit bd8b0f2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Projects/QR Code Generator/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ button) {
141141
padding: 16px 20px;
142142
}
143143
.generator.active {
144-
height: 510px;
144+
height: 600px;
145145
}
146146
header p {
147147
color: #696969;
@@ -153,4 +153,8 @@ button) {
153153
.qr-code img {
154154
width: 160px;
155155
}
156+
.btnpng
157+
{
158+
height: 52px;
159+
}
156160
}

0 commit comments

Comments
 (0)