1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-16 10:04:41 +02:00

Centered main container

This commit is contained in:
dannymcgee
2019-04-05 10:57:41 -04:00
parent 59f8184d5d
commit efd2134d81

View File

@@ -3,7 +3,7 @@ body {
color: #dbdbdb;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
text-rendering: optimizeLegibility;
margin: 20px;
margin: 20px auto;
max-width: 800px;
line-height: 1.4;
}