mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 03:04:28 +00:00
Tweak the CSS
This commit is contained in:
parent
f73ec6b96a
commit
5331874c77
1 changed files with 4 additions and 3 deletions
|
@ -91,8 +91,9 @@ a:hover {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
li {
|
li {
|
||||||
float:left;
|
float: left;
|
||||||
margin-bottom:10px;
|
margin-bottom: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
@ -131,7 +132,7 @@ a:hover {
|
||||||
#container {
|
#container {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 720px;
|
max-width: 720px;
|
||||||
margin: 40px auto;
|
margin: 30px auto;
|
||||||
}
|
}
|
||||||
#container #notes {
|
#container #notes {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
Loading…
Reference in a new issue