fixed home intro columend paragraphs
This commit is contained in:
parent
292631c29b
commit
97d14c297c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -916,8 +916,10 @@ article.node--type-frontpage{
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
p{
|
p{
|
||||||
flex: 0 0 $column_width * 2;
|
flex: 0 0 35%;
|
||||||
|
max-width: $column_width * 2;
|
||||||
padding:1em;
|
padding:1em;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
@include col-mediaquery-max(3){
|
@include col-mediaquery-max(3){
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue