Skip to content

Commit c0d03de

Browse files
feat(Responsiveness): changed the sizing of H1 tag for screen size up to 500px (#556)
1 parent fc441bc commit c0d03de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1335,6 +1335,14 @@ a {
13351335
.box-shadow-preview {
13361336
--box-size: 70px;
13371337
}
1338+
1339+
.generator-tool-title {
1340+
top: 5%;
1341+
}
1342+
1343+
.generator-tool-title h1 {
1344+
font-size: 1.4rem;
1345+
}
13381346
}
13391347

13401348
@media only screen and (max-width: 1000px) {

0 commit comments

Comments
 (0)