mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
made layout wider to accommodate 80 char content
This commit is contained in:
parent
25e402bd89
commit
ea82dbf9dd
@ -151,7 +151,7 @@ strong {
|
|||||||
|
|
||||||
#container {
|
#container {
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
width: 810px;
|
width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#home {
|
#home {
|
||||||
@ -180,6 +180,10 @@ strong {
|
|||||||
top: 10px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul#situations {
|
||||||
|
width: 800px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
ul#situations li {
|
ul#situations li {
|
||||||
width: 240px;
|
width: 240px;
|
||||||
float: left;
|
float: left;
|
||||||
@ -270,7 +274,7 @@ table.license tr:nth-child(2n) td {
|
|||||||
div.license {
|
div.license {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
float: left;
|
float: left;
|
||||||
width: 570px;
|
width: 660px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.license pre {
|
div.license pre {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user