@media (min-width: 769px) {
.main-navigation {
width: 100%;
}
.main-navigation .inside-navigation {
max-width: 1280px;
width: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 24px;
padding-right: 24px;
box-sizing: border-box;
}
.main-navigation .main-nav > ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.main-navigation .main-nav ul li a {
padding-left: 14px;
padding-right: 14px;
white-space: nowrap;
}
} .post-image,
.featured-image,
.inside-article .post-image,
.inside-article .featured-image {
text-align: center;
margin-bottom: 1.6rem;
}
.post-image img,
.featured-image img,
.wp-post-image {
width: 100%;
max-width: 760px;
max-height: 430px;
height: auto;
object-fit: cover;
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 16px;
} .blog .post-image img,
.archive .post-image img,
.home .post-image img {
max-width: 680px;
max-height: 360px;
} .single-post .post-image img,
.single-post .featured-image img,
.single-post .wp-post-image {
max-width: 820px;
max-height: 460px;
} @media (max-width: 768px) {
.post-image img,
.featured-image img,
.wp-post-image {
width: 100%;
max-width: 100%;
max-height: 260px;
object-fit: cover;
}
} .inside-right-sidebar .dni-fediverse-follow {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 14px 16px;
border-radius: 18px;
background: #ffffff;
}
.inside-right-sidebar .dni-fediverse-follow__text {
min-width: 0;
}
.inside-right-sidebar .dni-fediverse-follow__text strong {
display: block;
font-size: 15px;
line-height: 1.2;
margin-bottom: 3px;
}
.inside-right-sidebar .dni-fediverse-follow__text span {
display: block;
font-size: 12px;
line-height: 1.25;
opacity: 0.75;
word-break: break-word;
}
.inside-right-sidebar .dni-fediverse-follow__button {
display: inline-flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
min-height: 34px;
padding: 0 16px;
border-radius: 999px;
background: #343942;
color: #ffffff;
font-size: 14px;
line-height: 1;
text-decoration: none;
}
.inside-right-sidebar .dni-fediverse-follow__button:hover,
.inside-right-sidebar .dni-fediverse-follow__button:focus {
background: #1f2329;
color: #ffffff;
text-decoration: none;
} .inside-right-sidebar .widget,
.inside-right-sidebar .wp-block-group {
border-radius: 18px;
}
.inside-right-sidebar a {
text-underline-offset: 3px;
} @media (max-width: 768px) {
.inside-right-sidebar .dni-fediverse-follow {
padding: 12px 14px;
}
.inside-right-sidebar .dni-fediverse-follow__button {
min-height: 32px;
padding: 0 14px;
font-size: 13px;
}
}