logo

Grimgrains

[mirror] Plant-based cooking website <https://grimgrains.com/>
commit: ebbf3a7a250fd1562d80b314f2c883d8ebc3b51e
parent f22b6d798fd9ba4e60c39d6681cbfec0fd854330
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Tue,  8 Jan 2019 15:27:58 +1200

*

Diffstat:

Mlinks/main.css4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/links/main.css b/links/main.css @@ -85,9 +85,11 @@ h1,h2,h3,h4 { font-weight: normal; font-family: 'alte_haas_grotesk_bold'; margin #view #footer { display: block; padding:15px 0px;font-family: 'alte_haas_grotesk_bold'; font-size:14px; margin-top:60px; } #view #footer a:hover { text-decoration: underline; cursor: pointer } -@media (max-width: 950px) { +@media (max-width: 850px) { #view #core #content #recipes { columns:1; } #view #core #content columns { columns:1; } + #view #core #content h1.name { float:none; } + #view #core #content h2.serving { float:none; font-size:18px; line-height: 12px } #view #core #related li { width:100%; clear:both; float:none; height:330px; } #view #core #related li a.photo { height:200px; } }