File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 119119 filter : drop-shadow (0px 0px 2px $light-gray );
120120 margin-top : 2rem ;
121121 margin-bottom : 2rem ;
122+ text-align : center ;
122123}
123124
124125.global--circle {
Original file line number Diff line number Diff line change 2323
2424 {% if project.subtitle_1 %}
2525 < p class ="heading--sub "> {{ project.subtitle_1 }}</ p >
26- < p > {{ project.paragraph_1 }}</ p >
26+ < p > {{ project.paragraph_1|linebreaks }}</ p >
2727 {% endif %}
2828
2929 {% if project.video %}
4040
4141 {% if project.subtitle_2 %}
4242 < p class ="heading--sub "> {{ project.subtitle_2 }}</ p >
43- < p > {{ project.paragraph_2 }}</ p >
43+ < p > {{ project.paragraph_2|linebreaks }}</ p >
4444 {% endif %}
4545
4646 {% if project.video and project.image_detail %}
5151
5252 {% if project.subtitle_3 %}
5353 < p class ="heading--sub "> {{ project.subtitle_3 }}</ p >
54- < p > {{ project.paragraph_3 }}</ p >
54+ < p > {{ project.paragraph_3|linebreaks }}</ p >
5555 {% endif %}
5656
5757 < br >
You can’t perform that action at this time.
0 commit comments