mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-05 03:15:07 +01:00
layout tweak
This commit is contained in:
parent
92b8398a0a
commit
942553bab5
@ -24,7 +24,7 @@ const ActionTwitter = ({ url, slug }) => (
|
|||||||
<Twitter />
|
<Twitter />
|
||||||
<ActionContent
|
<ActionContent
|
||||||
title="Have a comment?"
|
title="Have a comment?"
|
||||||
text="Hit me up on Twitter"
|
text="Hit me up"
|
||||||
textLink="@kremalicious"
|
textLink="@kremalicious"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@ -13,6 +13,12 @@
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
|
@media (min-width: $screen-md) {
|
||||||
|
margin-left: -100%;
|
||||||
|
margin-right: -18%;
|
||||||
|
padding-left: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
border-bottom: 1px dashed rgba($brand-grey-light, .3);
|
border-bottom: 1px dashed rgba($brand-grey-light, .3);
|
||||||
@ -62,7 +68,6 @@
|
|||||||
padding-right: $spacer;
|
padding-right: $spacer;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
margin-top: -($spacer * 2);
|
margin-top: -($spacer * 2);
|
||||||
margin-bottom: $spacer;
|
margin-bottom: $spacer;
|
||||||
|
|
||||||
|
@media (min-width: $screen-md) {
|
||||||
|
@include breakoutviewport;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user