2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/website/index.css
2014-10-31 15:18:12 +03:00

32 lines
386 B
CSS

body {
font-size: 16px;
}
/*
@media (min-width: 768px) {
.container {
max-width: 730px;
}
}
.container-narrow > hr {
margin: 30px 0;
}
.nav li {
display: inline;
line-height: 30px;
}
.nav > li > a {
display: inline;
line-height: 30px;
}
.header span {
display: inline-block;
padding: 10px 15px;
line-height: 30px;
font-size: 24px;
}
*/