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