12 lines
112 B
CSS
12 lines
112 B
CSS
|
#logo {
|
||
|
background: #f4f4f4;
|
||
|
height: 60px;
|
||
|
}
|
||
|
|
||
|
#navbar {
|
||
|
border-top: none;
|
||
|
}
|
||
|
|
||
|
h2.subtitle {
|
||
|
margin: 20px 0;
|
||
|
}
|