Files
namaste/html/scss/pro/sections/_blog.scss
gramps 373ebc8c93 Archive: Namaste PHP AMQP framework v1.0 (2017-2020)
952 days continuous production uptime, 40k+ tp/s single node.
Original corpo Bitbucket history not included — clean archive commit.
2026-04-05 09:49:30 -07:00

75 lines
1.1 KiB
SCSS
Executable File

.section .section-heading {
margin-top: 2rem;
margin-bottom: 4rem;
}
.section-heading {
text-align: center;
h1 {
@extend .h1-responsive;
margin-top: 2rem;
margin-bottom: 3rem;
}
p {
margin-bottom: 3rem;
margin-right: 15%;
margin-left: 15%;
}
}
.section-description {
color: #757575;
margin-bottom: 4rem;
margin-left: 15%;
margin-right: 15%;
text-align: center;
@media (max-width: $medium-screen) {
margin-left: 5%;
margin-right: 5%;
}
}
.section-blog-fw {
.view {
img {
@extend .img-fluid;
border-radius:2px;
}
}
.jumbotron {
text-align: center;
}
h2 {
@extend .h2-responsive;
margin-bottom: 1rem;
font-weight: 300;
a {
color: #424242;
transition :0.2s;
&:hover {
color: #616161;
transition :0.2s;
}
}
}
.excerpt,
.post-text {
margin-left: 10%;
margin-right: 10%;
text-align: justify;
@media (max-width: $medium-screen) {
margin-left: 5%;
margin-right: 5%;
}
}
hr {
display: block;
}
}
.hr-width {
@media (min-width: 1200px) {
width: 83%;
}
}