summaryrefslogtreecommitdiff
path: root/design/sass/_writing_archive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_writing_archive.scss')
-rw-r--r--design/sass/_writing_archive.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/design/sass/_writing_archive.scss b/design/sass/_writing_archive.scss
index 91b5e46..69397b1 100644
--- a/design/sass/_writing_archive.scss
+++ b/design/sass/_writing_archive.scss
@@ -37,9 +37,9 @@
margin-left: 4px;
margin-right: 4px;
}
- @include breakpoint(beta) {
+ @include breakpoint(alpha) {
article {
- width: 48.25%;
+ width: 45.25%;
}
p {
@include fontsize(16);
@@ -74,7 +74,10 @@
}
}
@include breakpoint(delta) {
- article { width: 374px;}
+ article { width: 354px;}
+ }
+ @include breakpoint(epsilon) {
+ article, article img { width: 410px;}
}
}