We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e231609 commit 6c4dac3Copy full SHA for 6c4dac3
src/main/handlebars/layout.handlebars
@@ -442,6 +442,24 @@
442
color: orange;
443
}
444
445
+ .meta {
446
+ margin-block: .25rem -.5rem;
447
+ color: var(--meta-color);
448
+
449
+ a {
450
451
+ }
452
453
+ .weather {
454
+ display: flex;
455
456
+ img {
457
+ width: 1lh;
458
+ height: 1lh;
459
460
461
462
463
.cards {
464
margin-top: 1rem;
465
@@ -460,24 +478,6 @@
478
479
480
- .meta {
- margin-block: .25rem -.5rem;
- color: var(--meta-color);
466
-
467
- a {
468
469
- }
470
471
- .weather {
472
- display: flex;
473
474
- img {
475
- width: 1lh;
476
- height: 1lh;
477
481
ul.locations {
482
display: inline;
483
padding-left: 0;
0 commit comments