mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 05:57:26 +02:00
12 lines
178 B
CSS
12 lines
178 B
CSS
body, .site-title, h1, h2, h3{
|
|
font-family: 'Georgia' !important;
|
|
}
|
|
|
|
|
|
nav.site-navigation, a.fork-me, a.top{
|
|
display:none;
|
|
}
|
|
|
|
div.site-content{
|
|
padding: 20px 40px 40px 20px;
|
|
} |