mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-10 08:51:23 +00:00
52 lines
873 B
CSS
52 lines
873 B
CSS
.small-footer-text p {
|
|
font-size: .5em;
|
|
}
|
|
.btn.btn-primary.big-red-button {
|
|
background: #f44336;
|
|
padding: 1em 2em;
|
|
font-size: 1.2em;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.btn.btn-primary.big-red-button {
|
|
padding: .5em;
|
|
margin: 0 5%;
|
|
width: 95%;
|
|
font-size: 0.8em;
|
|
}
|
|
}
|
|
#fh5co-intro {
|
|
padding-bottom: 0px;
|
|
}
|
|
|
|
#navbar-2nd-logo a {
|
|
font-size: 15px !important;
|
|
}
|
|
|
|
#navbar-2nd-logo img {
|
|
float: right;
|
|
max-height: 55px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 80px;
|
|
}
|
|
|
|
.navbar-fixed-top .navbar-brand {
|
|
white-space: nowrap;
|
|
margin-left: -30px;
|
|
}
|
|
|
|
.navbar-fixed-top .navbar-brand img {
|
|
filter: invert(50%)
|
|
}
|
|
|
|
.navbar-fixed-top .navbar-2nd-logo img {
|
|
/* filter: invert(100%); */
|
|
}
|
|
|
|
#coc #fh5co-header {
|
|
display: none;
|
|
}
|
|
|
|
#coc #fh5co-header.navbar-fixed-top {
|
|
display: block;
|
|
} |