summaryrefslogtreecommitdiff
path: root/_sass/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/_layout.scss')
-rw-r--r--_sass/_layout.scss46
1 files changed, 46 insertions, 0 deletions
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
new file mode 100644
index 0000000..3a676b1
--- /dev/null
+++ b/_sass/_layout.scss
@@ -0,0 +1,46 @@
+/******************************************************************************
+ * Content
+ ******************************************************************************/
+
+ body {
+ padding-bottom: 70px;
+ color: var(--global-text-color);
+ background-color: var(--global-bg-color);
+ }
+
+ body.fixed-top-nav {
+ // Add some padding for the nav-bar.
+ padding-top: 56px;
+ }
+
+ body.sticky-bottom-footer {
+ // Remove padding below footer.
+ padding-bottom: 0;
+ }
+
+.container {
+ max-width: $max-content-width;
+}
+
+// Profile
+.profile {
+ img {
+ width: 100%;
+ }
+}
+
+// TODO: redefine content layout.
+
+
+/******************************************************************************
+ * Publications
+ ******************************************************************************/
+
+// TODO: redefine publications layout.
+
+
+/*****************************************************************************
+* Projects
+*****************************************************************************/
+
+// TODO: redefine projects layout.