diff options
Diffstat (limited to 'example/example.html')
-rw-r--r-- | example/example.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.html b/example/example.html index 69a5c31..c812921 100644 --- a/example/example.html +++ b/example/example.html @@ -17,7 +17,7 @@ .row { display: block; margin: 20px 0;} @media screen and (max-width: 960px) { body { width: 90%; } - .column1, .column2, .column3 { width: calc(30% - 40px); } + .column1, .column2, .column3 { width: 20%; width: calc(30% - 40px); } } </style> </head> |