mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +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
|
margin-bottom: 24px
|
||||||
}
|
}
|
||||||
|
|
||||||
article p:first-of-type{
|
article p:first-of-type {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -69,7 +69,10 @@ article a:hover, article a:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer { position: absolute; }
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 25px;
|
bottom: 25px;
|
||||||
|
|
@ -89,7 +92,3 @@ footer a:hover, footer a:focus {
|
||||||
box-shadow: 10px 10px 0px #daa;
|
box-shadow: 10px 10px 0px #daa;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue