|
16 | 16 | margin: 2em 1em;
|
17 | 17 | }
|
18 | 18 |
|
19 |
| - .latest-status { |
20 |
| - /* display: inline-block; */ |
21 |
| - padding: 0 1em 1em; |
22 |
| - border: 1px solid var(--accent); |
23 |
| - width: 100%; |
24 |
| - margin: 1.25em auto; |
25 |
| - text-align: center; |
26 |
| - border-radius: 5px; |
27 |
| - /* justify-content: center; */ |
28 |
| - /* flex-wrap: nowrap; */ |
29 |
| - /* align-items: center; */ |
30 |
| - } |
31 | 19 | .weather-icon {
|
32 |
| - width: 40px; /* Adjust the width as needed */ |
33 |
| - height: 40px; /* Adjust the height as needed */ |
| 20 | + width: 30px; /* Adjust the width as needed */ |
| 21 | + height: 30px; /* Adjust the height as needed */ |
34 | 22 | vertical-align: middle;
|
35 |
| - margin-bottom: 5px; |
| 23 | + margin-bottom: 2px; |
36 | 24 | }
|
37 | 25 | .current-weather, .current-song {
|
38 | 26 | text-align: center;
|
|
88 | 76 | .weblog-logo {
|
89 | 77 | display:inline-block
|
90 | 78 | }
|
91 |
| -} |
92 | 79 |
|
93 |
| -/* Large devices (laptops/desktops, 992px and up) */ |
94 |
| -@media only screen and (min-width: 992px) { |
95 | 80 | .grid-items {
|
96 | 81 | grid-template-columns:repeat(2,1fr)
|
97 | 82 | }
|
98 | 83 |
|
99 | 84 | .grid-items--3-up {
|
100 | 85 | grid-template-columns: repeat(3,1fr)
|
101 | 86 | }
|
| 87 | + |
| 88 | + .weather-icon { |
| 89 | + width: 40px; /* Adjust the width as needed */ |
| 90 | + height: 40px; /* Adjust the height as needed */ |
| 91 | + vertical-align: middle; |
| 92 | + margin-bottom: 10px; |
| 93 | + } |
| 94 | + |
| 95 | + #guestbooks___guestbook-form-container { |
| 96 | + width: 100%; |
| 97 | + } |
| 98 | +} |
| 99 | + |
| 100 | +/* Large devices (laptops/desktops, 992px and up) */ |
| 101 | +@media only screen and (min-width: 992px) { |
| 102 | + |
102 | 103 | }
|
103 | 104 |
|
104 | 105 | /* Extra large devices (large laptops and desktops, 1200px and up) */
|
@@ -458,19 +459,12 @@ td, th {
|
458 | 459 | width: calc(2em + 6px);
|
459 | 460 | }
|
460 | 461 |
|
461 |
| -.weather-icon { |
462 |
| - width: 40px; /* Adjust the width as needed */ |
463 |
| - height: 40px; /* Adjust the height as needed */ |
464 |
| - vertical-align: middle; |
465 |
| - margin-bottom: 10px; |
466 |
| -} |
467 |
| - |
468 | 462 | .current-weather, .current-song {
|
469 | 463 | text-align: center;
|
470 | 464 | }
|
471 | 465 |
|
472 | 466 | .omglol-status-header {
|
473 |
| - margin-top: 0em; |
| 467 | + margin-top: 0; |
474 | 468 | margin-bottom: .5em;
|
475 | 469 | text-align: left;
|
476 | 470 | }
|
|
0 commit comments