mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-19 13:35:49 +00:00
added a tiny bit of style to the license
This commit is contained in:
parent
a6b36d0b05
commit
9dbabf4336
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
article, footer {
|
||||
display: block; margin: 1em auto; min-width: 320px; width: 90%;
|
||||
}
|
||||
article { display: block; margin: 1em auto; min-width: 320px; width: 90%; border: 1px solid #ddd; padding: 1em; background: #fff; }
|
||||
article { display: block; margin: 1em auto; min-width: 320px; width: 90%; border: 1px solid #ddd; padding: 1em; background: #fff; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0,0.5);}
|
||||
h1 { margin-top: 0; }
|
||||
p:last-child { margin-bottom: 0; }
|
||||
footer a { color: #999; font-weight: bold; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue