From: Andrew Engelbrecht Date: Wed, 26 Jun 2019 20:56:33 +0000 (-0400) Subject: set a minimum width for the site X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=658e30ec63f1630394d0a875ea5cb8ec2ab648d8;p=ryf-theme.git set a minimum width for the site --- diff --git a/css/style.css b/css/style.css index 1c1da9d..45ee13b 100644 --- a/css/style.css +++ b/css/style.css @@ -3,7 +3,7 @@ * your custom CSS modifications here. */ -body { margin: 0; } +body { margin: 0; min-width: 320px; } a { transition: 0.3s; }