mirror of
https://github.com/not-kennethreitz/python-for-humans.git
synced 2026-06-05 15:10:20 +00:00
16 lines
170 B
CSS
16 lines
170 B
CSS
.github {
|
|
font-family: 'Collegiate', helvetica, sans-serif;
|
|
}
|
|
|
|
.bigger {
|
|
font-size: 2.3em;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.top {
|
|
margin-top: 50px !important;
|
|
}
|