mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
44 lines
No EOL
481 B
SCSS
44 lines
No EOL
481 B
SCSS
.post {
|
|
img{
|
|
max-width: 100%;
|
|
}
|
|
|
|
img.scale{
|
|
max-width:50%;
|
|
clear: both;
|
|
display: block;
|
|
}
|
|
|
|
.feature{
|
|
.preview {
|
|
width: 200px;
|
|
height: auto;
|
|
float:left;
|
|
padding: 0 40px 20px 0;
|
|
}
|
|
}
|
|
|
|
.pagination{
|
|
width:100%;
|
|
text-align: right;
|
|
}
|
|
|
|
.author{
|
|
width:100%;
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
.author-icon {
|
|
width: 50px;
|
|
height: auto;
|
|
}
|
|
.divider {
|
|
margin: 20px 0;
|
|
}
|
|
}
|
|
|
|
.social-icon{
|
|
width:22px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
} |