mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +01:00
Revert to default style for post links on mobiles
This commit is contained in:
parent
38f4897372
commit
23be071eea
@ -160,12 +160,13 @@ h1.cmr2-text {
|
|||||||
/* The following styling rules have been adopted from:
|
/* The following styling rules have been adopted from:
|
||||||
https://github.com/codrops/LineHoverStyles/ */
|
https://github.com/codrops/LineHoverStyles/ */
|
||||||
|
|
||||||
|
@media (min-width: 640px) {
|
||||||
.post-list a {
|
.post-list a {
|
||||||
position: relative;
|
position: relative;
|
||||||
outline: none;
|
outline: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
white-space: nowrap;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-list a:focus {
|
.post-list a:focus {
|
||||||
@ -221,3 +222,4 @@ h1.cmr2-text {
|
|||||||
.post-list a:hover::after {
|
.post-list a:hover::after {
|
||||||
transform: scale3d(0, 1, 1);
|
transform: scale3d(0, 1, 1);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user