| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/scss/ |
Upload File : |
// Styling for the post page
.post-preview {
> a {
color: $gray-900;
&:focus,
&:hover {
text-decoration: none;
color: $primary;
}
> .post-title {
font-size: 30px;
margin-top: 30px;
margin-bottom: 10px;
}
> .post-subtitle {
font-weight: 300;
margin: 0 0 10px;
}
}
> .post-meta {
font-size: 18px;
font-style: italic;
margin-top: 0;
color: $gray-600;
> a {
text-decoration: none;
color: $gray-900;
&:focus,
&:hover {
text-decoration: underline;
color: $primary;
}
}
}
@media only screen and (min-width: 768px) {
> a {
> .post-title {
font-size: 36px;
}
}
}
}
| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |