Skip to content

Commit

Permalink
updated css
Browse files Browse the repository at this point in the history
  • Loading branch information
kylereddoch committed Nov 29, 2024
1 parent e4c39ae commit 7c10fdb
Showing 1 changed file with 20 additions and 26 deletions.
46 changes: 20 additions & 26 deletions assets/kylestechkorner/css/kylestechkorner-main.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,11 @@
margin: 2em 1em;
}

.latest-status {
/* display: inline-block; */
padding: 0 1em 1em;
border: 1px solid var(--accent);
width: 100%;
margin: 1.25em auto;
text-align: center;
border-radius: 5px;
/* justify-content: center; */
/* flex-wrap: nowrap; */
/* align-items: center; */
}
.weather-icon {
width: 40px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
width: 30px; /* Adjust the width as needed */
height: 30px; /* Adjust the height as needed */
vertical-align: middle;
margin-bottom: 5px;
margin-bottom: 2px;
}
.current-weather, .current-song {
text-align: center;
Expand Down Expand Up @@ -88,17 +76,30 @@
.weblog-logo {
display:inline-block
}
}

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

.grid-items--3-up {
grid-template-columns: repeat(3,1fr)
}

.weather-icon {
width: 40px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
vertical-align: middle;
margin-bottom: 10px;
}

#guestbooks___guestbook-form-container {
width: 100%;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

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

.weather-icon {
width: 40px; /* Adjust the width as needed */
height: 40px; /* Adjust the height as needed */
vertical-align: middle;
margin-bottom: 10px;
}

.current-weather, .current-song {
text-align: center;
}

.omglol-status-header {
margin-top: 0em;
margin-top: 0;
margin-bottom: .5em;
text-align: left;
}
Expand Down

0 comments on commit 7c10fdb

Please sign in to comment.