We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a9099 commit df80f52Copy full SHA for df80f52
1 file changed
app/css/style.css
@@ -1,6 +1,5 @@
1
:root {
2
--font-size: 16px;
3
- --font-size-large: 32px;
4
--font-weight: 400;
5
--font-weight-semibold: 600;
6
--font-line-height: 1.5;
@@ -120,6 +119,7 @@ h1 {
120
119
font-family: var(--font-family-header);
121
font-weight: var(--font-weight-semibold);
122
line-height: var(--font-line-height-small);
+ font-size: 2rem;
123
font-optical-sizing: auto;
124
text-transform: uppercase;
125
text-align: center;
@@ -558,14 +558,20 @@ button.signal-on {
558
559
main {
560
padding: 1.5rem;
561
+
562
+ &:not(.settings-open) {
563
+ h1 {
564
+ margin-top: 0;
565
+ }
566
567
}
568
569
.output {
570
padding: 0.75rem;
571
572
573
-@media (max-device-height : 748px) {
574
+@media (max-device-height : 845px) {
575
576
grid-template-rows: 0 auto 1fr auto;
577
0 commit comments