summaryrefslogtreecommitdiffhomepage
path: root/resources/sass
diff options
context:
space:
mode:
authorCamil Staps2018-05-21 15:30:16 +0200
committerCamil Staps2018-05-21 15:34:14 +0200
commite5f131a168976d7ef60ba310a8d8d52b3db3163c (patch)
treee95651f2d818ea521344572def7acc4a25013b28 /resources/sass
parentRemove "freelance programmer"; add SBL Hebrew font (diff)
Nicer layout for publications
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/style.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss
index 8cfa677..cc3cff9 100644
--- a/resources/sass/style.scss
+++ b/resources/sass/style.scss
@@ -36,6 +36,16 @@ table {
> tbody > tr > td:first-child {
min-width: 150px;
}
+
+ &.publications > tbody > tr > td:first-child {
+ min-width: 8em;
+ text-align: right;
+ }
+
+ &.publications > tbody > tr > td:last-child > p {
+ margin-left: 1em;
+ text-indent: -1em;
+ }
}
tr {