Template:Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
Line 134: Line 134:
     font-size: 1.1em;
     font-size: 1.1em;
     box-shadow: 0 2px 6px rgba(0,0,0,0.03);
     box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}
.fp-callout-box {
    background: #e0f2fe;
    border-left: 6px solid #0284c7;
    padding: 1em;
    font-size: 1em;
    border-radius: 6px;
    margin-bottom: 1em;
}
}