mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-03-28 09:55:49 +00:00
Properly format CSS file
This commit is contained in:
parent
c1d0e9cee5
commit
d9238de04e
1 changed files with 5 additions and 6 deletions
|
|
@ -41,7 +41,7 @@ article h1 {
|
|||
margin-bottom: 24px
|
||||
}
|
||||
|
||||
article p:first-of-type{
|
||||
article p:first-of-type {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
@ -69,7 +69,10 @@ article a:hover, article a:focus {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
footer { position: absolute; }
|
||||
footer {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
footer a {
|
||||
position: fixed;
|
||||
bottom: 25px;
|
||||
|
|
@ -89,7 +92,3 @@ footer a:hover, footer a:focus {
|
|||
box-shadow: 10px 10px 0px #daa;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue