Readability tweak
This commit is contained in:
parent
074c5a40d8
commit
39d15612d0
1 changed files with 3 additions and 4 deletions
|
@ -246,13 +246,10 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-feed__event {
|
.github-feed__event {
|
||||||
@media (min-width: 701px) {
|
line-height: 1.55;
|
||||||
line-height: 1.33;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 1.55;
|
|
||||||
margin-right: 1.25rem;
|
margin-right: 1.25rem;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
|
@ -282,6 +279,8 @@ export default {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
letter-spacing: 0.05rem;
|
letter-spacing: 0.05rem;
|
||||||
padding: 0.2rem 0.5rem;
|
padding: 0.2rem 0.5rem;
|
||||||
|
position: relative;
|
||||||
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
em:not(.github-feed__event__time) {
|
em:not(.github-feed__event__time) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue