diff --git a/css/application.css b/css/application.css index f73cecd..67ffa69 100644 --- a/css/application.css +++ b/css/application.css @@ -190,37 +190,38 @@ strong { top: 10px; } -.situations { +.triptych { width: 900px; - margin: 0 auto; + margin: 0 auto 15px; } -.situations li { +.triptych li { width: 280px; float: left; margin-left: 27px; text-align: center; } -.situations .whatever { +.triptych li:first-child { margin-left: 0; - margin-top: 16px; } -.situations .copyleft { - margin-top: 3px; -} -.situations h3 { - margin: 0 auto 20px auto; - width: 220px; -} - -.situations h3 a { +.triptych li > a { text-decoration: none; +} +.triptych h3 { color: #443a33; font-family: 'Chivo', 'Helvetica Neue', Helvetica, Arial, serif; font-size: 22px; font-weight: 900; line-height: 1.1; + margin: 0 auto 20px auto; + width: 220px; } +.situations .whatever { + margin-top: 16px; +} +.situations .copyleft { + margin-top: 3px; +} .situations .button { margin-top: 20px; } @@ -236,16 +237,6 @@ strong { color: #5c5855; padding: 16px; } -.see-more { - margin-top: 20px; - display: inline-block; - padding-left: 80px; - padding-right: 80px; - font-weight: bold; -} -.see-more p:last-child { - margin-bottom: 0.3em; -} .license-rules { font-size: 13px; diff --git a/index.html b/index.html index d23de3a..24f6572 100644 --- a/index.html +++ b/index.html @@ -11,10 +11,12 @@ description: A site to provide non-judgmental guidance on choosing a license for Which of the following best describes your situation? } -
The MIT License is a permissive license that is short and to the point. It lets people do anything they want with your code as long as they provide attribution back to you and don’t hold you liable.
@@ -23,8 +25,10 @@ description: A site to provide non-judgmental guidance on choosing a license forThe Apache License is a permissive license similar to the MIT License, but also provides an express grant of patent rights from contributors to users.
@@ -33,8 +37,10 @@ description: A site to provide non-judgmental guidance on choosing a license forThe GPL (V2 or V3) is a copyleft license that requires anyone who distributes your code or a derivative work to make the source available under the same terms. V3 is similar to V2, but further restricts use in hardware that forbids software alterations.
@@ -43,8 +49,17 @@ description: A site to provide non-judgmental guidance on choosing a license forWhat if none of these work for me or I want to retain all of my rights? More licenses are available.
-What if I need a license for content that isn't source code? Check out Creative Commons.
-What if I don't want to choose a license? You don't have to.
-