Skip to content

Commit e9ade54

Browse files
committed
Online Mod Maker now aligns to responsiveness guidelines
1 parent 8953470 commit e9ade54

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

plugins/template/tools/onlinemodmaker.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!DOCTYPE html>
12
<html><head><base target="_blank">
23

34
<title></title>

tools/onlinemodmaker/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
background-color: rgba(255, 255, 255, 0.1);
3030
text-indent: 0.5em;
3131
}
32+
@media (max-width: 340px) {
33+
.modMakerHeader {
34+
font-size: 20pt;
35+
}
36+
}
3237
</style>
3338
</head>
3439
<body>

0 commit comments

Comments
 (0)