markus / ConvertService / ServiceBase / UploadFonts / Content / Site.css @ f333dcc2
이력 | 보기 | 이력해설 | 다운로드 (595 Bytes)
1 | 950e6b84 | taeseongkim | /* Move down content because we have a fixed navbar that is 50px tall */ |
---|---|---|---|
2 | body {
|
||
3 | padding-top: 50px; |
||
4 | padding-bottom: 20px; |
||
5 | } |
||
6 | |||
7 | /* Wrapping element */
|
||
8 | /* Set some basic padding to keep content from hitting the edges */
|
||
9 | .body-content {
|
||
10 | padding-left: 15px; |
||
11 | padding-right: 15px; |
||
12 | } |
||
13 | |||
14 | /* Set widths on the form inputs since otherwise they're 100% wide */
|
||
15 | input,
|
||
16 | select,
|
||
17 | textarea {
|
||
18 | max-width: 280px; |
||
19 | } |
||
20 | |||
21 | |||
22 | /* Responsive: Portrait tablets and up */
|
||
23 | @media screen and (min-width: 768px) { |
||
24 | .jumbotron {
|
||
25 | margin-top: 20px; |
||
26 | } |
||
27 | |||
28 | .body-content {
|
||
29 | padding: 0; |
||
30 | } |
||
31 | } |