mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-26 05:02:32 +08:00
Work in progress: ported storybooks content Still needs: - two-level nav hierarchy - styling improvements - stories ;-)
36 lines
450 B
CSS
36 lines
450 B
CSS
#footer {
|
|
margin: 25px 0
|
|
}
|
|
|
|
#footer .logos {
|
|
margin: auto;
|
|
clear: both;
|
|
}
|
|
|
|
#footer .logos img {
|
|
margin: 0 10px;
|
|
height: 50px;
|
|
}
|
|
|
|
#footer #copyright p {
|
|
text-align: center;
|
|
font-size: 14px;
|
|
margin: 15px 0 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: 998px) {
|
|
#footer {
|
|
margin: 25px 0
|
|
}
|
|
|
|
#footer .logos img {
|
|
margin: 0 8px;
|
|
height: 40px;
|
|
}
|
|
|
|
#footer #copyright p {
|
|
font-size: 13px;
|
|
margin: 13px 0 9px;
|
|
}
|
|
}
|