19 lines
163 B
CSS
19 lines
163 B
CSS
/* Bootstrap Overrides */
|
|
|
|
/* Site Specific */
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
}
|
|
|
|
.main-content {
|
|
|
|
max-width: 525px;
|
|
|
|
}
|
|
|
|
.social-icon {
|
|
|
|
font-size: 2rem;
|
|
|
|
} |