1
0
Fork 0
tazebao/views/css/custom.css

74 lines
844 B
CSS

body {
font-family: 'Montserrat-Regular';
}
div a:hover {
text-decoration: none;
}
@media (min-width: 768px) {
.container-fluid {
width: 44em;
}
}
img {
display: block;
max-width: 100%;
height: auto;
}
p {
padding-top: 1em;
}
h1 {
font-family: 'Aldo';
padding-bottom: .5em;
}
h2 {
padding-top: .8em;
font-family: 'Aldo';
}
h3 {
font-family: 'Aldo';
}
h4 {
font-family: 'Aldo';
}
h5 {
font-family: 'Aldo';
}
.embed-responsive {
position: relative;
/* padding-bottom: 56.25%; // 16x9 */
/* padding-top: 30px; */
height: 700px;
overflow: hidden;
padding: 6em;
iframe, object, embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
iframe {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}