projects
/
ryf-theme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b4c4c5
)
set a minimum width for the site
author
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 26 Jun 2019 20:56:33 +0000
(16:56 -0400)
committer
Andrew Engelbrecht
<andrew@fsf.org>
Wed, 26 Jun 2019 20:56:33 +0000
(16:56 -0400)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index 1c1da9d988a299375797853ceebdac941dd0b696..45ee13b3e641771bc1d2d5cddb58a052bc2c6a98 100644
(file)
--- 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; }