mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
34 lines
582 B
CSS
34 lines
582 B
CSS
.small-footer-text p {
|
|
font-size: .5em;
|
|
}
|
|
.btn.btn-primary.big-red-button {
|
|
background: #f44336;
|
|
padding: 1em 2em;
|
|
font-size: 1.2em;
|
|
}
|
|
#fh5co-intro {
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
|
|
.navbar-2nd-logo {
|
|
padding-top: 1em;
|
|
}
|
|
.navbar-2nd-logo p {
|
|
color: #fff;
|
|
font-size: .5em;
|
|
text-align: right;
|
|
line-height: 120%;
|
|
margin-top: 5px;
|
|
}
|
|
.navbar-2nd-logo img {
|
|
float: right;
|
|
max-width: 70%;
|
|
padding-left: 12px;
|
|
}
|
|
.navbar-fixed-top .navbar-2nd-logo p {
|
|
color: #000;
|
|
}
|
|
.navbar-fixed-top .navbar-2nd-logo img {
|
|
filter: invert(100%);
|
|
} |