17 lines
203 B
CSS
17 lines
203 B
CSS
body {
|
|
padding-top: 58px;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.breadcrumbddd {
|
|
position: fixed;
|
|
top: 56px;
|
|
display: inline-block;
|
|
z-index: 1030;
|
|
}
|
|
|
|
.large-glyph {
|
|
font-size : 24px;
|
|
color:lightgray;
|
|
}
|