|
@@ -574,7 +574,6 @@ h6 {
|
|
|
.comments-title,
|
|
|
blockquote {
|
|
|
-webkit-hyphens: auto;
|
|
|
- -ms-hyphens: auto;
|
|
|
hyphens: auto;
|
|
|
word-break: break-word;
|
|
|
}
|
|
@@ -583,7 +582,6 @@ blockquote {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.entry-title {
|
|
|
-webkit-hyphens: none;
|
|
|
- -ms-hyphens: none;
|
|
|
hyphens: none;
|
|
|
}
|
|
|
}
|
|
@@ -1190,7 +1188,6 @@ body.page .main-navigation {
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
.main-navigation .sub-menu {
|
|
|
width: auto;
|
|
|
- min-width: -webkit-max-content;
|
|
|
min-width: max-content;
|
|
|
}
|
|
|
}
|
|
@@ -1296,7 +1293,6 @@ body.page .main-navigation {
|
|
|
top: auto;
|
|
|
bottom: auto;
|
|
|
height: auto;
|
|
|
- min-width: -webkit-max-content;
|
|
|
min-width: max-content;
|
|
|
transform: none;
|
|
|
}
|
|
@@ -1314,7 +1310,6 @@ body.page .main-navigation {
|
|
|
left: 0;
|
|
|
right: auto;
|
|
|
display: block;
|
|
|
- width: -webkit-max-content;
|
|
|
width: max-content;
|
|
|
}
|
|
|
}
|
|
@@ -1379,7 +1374,6 @@ body.page .main-navigation {
|
|
|
top: auto;
|
|
|
bottom: auto;
|
|
|
height: auto;
|
|
|
- min-width: -webkit-max-content;
|
|
|
min-width: max-content;
|
|
|
transform: none;
|
|
|
}
|
|
@@ -1401,7 +1395,6 @@ body.page .main-navigation {
|
|
|
left: 0;
|
|
|
right: auto;
|
|
|
display: table;
|
|
|
- width: -webkit-max-content;
|
|
|
width: max-content;
|
|
|
}
|
|
|
}
|
|
@@ -1657,8 +1650,6 @@ body.page .main-navigation {
|
|
|
.post-navigation .nav-links a .meta-nav {
|
|
|
color: #242424;
|
|
|
-webkit-user-select: none;
|
|
|
- -moz-user-select: none;
|
|
|
- -ms-user-select: none;
|
|
|
user-select: none;
|
|
|
}
|
|
|
|
|
@@ -1672,7 +1663,6 @@ body.page .main-navigation {
|
|
|
|
|
|
.post-navigation .nav-links a .post-title {
|
|
|
-webkit-hyphens: auto;
|
|
|
- -ms-hyphens: auto;
|
|
|
hyphens: auto;
|
|
|
}
|
|
|
|
|
@@ -3166,15 +3156,15 @@ body.page .main-navigation {
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .comment-form :not(.comment-form-fields) .comment-form-author,
|
|
|
- .comment-form :not(.comment-form-fields) .comment-form-email {
|
|
|
+ .comment-form .comment-form-author:not(.comment-form-field),
|
|
|
+ .comment-form .comment-form-email:not(.comment-form-field) {
|
|
|
width: calc(50% - 0.5rem);
|
|
|
float: right;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
|
- .comment-form :not(.comment-form-fields) .comment-form-email {
|
|
|
+ .comment-form .comment-form-email:not(.comment-form-field) {
|
|
|
margin-right: 1rem;
|
|
|
}
|
|
|
}
|