Skip to content

Commit 7c10fdb

Browse files
committed
updated css
1 parent e4c39ae commit 7c10fdb

File tree

1 file changed

+20
-26
lines changed

1 file changed

+20
-26
lines changed

assets/kylestechkorner/css/kylestechkorner-main.css

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,11 @@
1616
margin: 2em 1em;
1717
}
1818

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-
}
3119
.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 */
3422
vertical-align: middle;
35-
margin-bottom: 5px;
23+
margin-bottom: 2px;
3624
}
3725
.current-weather, .current-song {
3826
text-align: center;
@@ -88,17 +76,30 @@
8876
.weblog-logo {
8977
display:inline-block
9078
}
91-
}
9279

93-
/* Large devices (laptops/desktops, 992px and up) */
94-
@media only screen and (min-width: 992px) {
9580
.grid-items {
9681
grid-template-columns:repeat(2,1fr)
9782
}
9883

9984
.grid-items--3-up {
10085
grid-template-columns: repeat(3,1fr)
10186
}
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+
102103
}
103104

104105
/* Extra large devices (large laptops and desktops, 1200px and up) */
@@ -458,19 +459,12 @@ td, th {
458459
width: calc(2em + 6px);
459460
}
460461

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-
468462
.current-weather, .current-song {
469463
text-align: center;
470464
}
471465

472466
.omglol-status-header {
473-
margin-top: 0em;
467+
margin-top: 0;
474468
margin-bottom: .5em;
475469
text-align: left;
476470
}

0 commit comments

Comments
 (0)