2024-07-12 00:51:16 +00:00
|
|
|
/**
|
|
|
|
* Theme Name: Twitchfront
|
|
|
|
* Template: storefront
|
|
|
|
* ...other header fields
|
|
|
|
*/
|
|
|
|
|
2024-07-31 18:03:15 +00:00
|
|
|
body {
|
|
|
|
font-family: "Roboto", sans-serif;
|
|
|
|
}
|
|
|
|
|
2024-07-12 00:51:16 +00:00
|
|
|
.wc-block-grid__products .wc-block-grid__product-image img {
|
|
|
|
width: 250px !important;
|
|
|
|
object-fit: cover;
|
|
|
|
aspect-ratio: 1 / 1;
|
2024-07-31 17:47:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.st-masthead-logo {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
#masthead {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1em minmax(250px, 600px) minmax(130px, 400px) 1em;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.st-masthead-logo {
|
|
|
|
grid-column: 2 / span 1;
|
|
|
|
margin-bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.storefront-primary-navigation .col-full {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.handheld-navigation {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-07-31 18:38:11 +00:00
|
|
|
.woocommerce-message,
|
|
|
|
.woocommerce-info {
|
|
|
|
background-color: #0b4fa0;
|
|
|
|
}
|