aboutsummaryrefslogtreecommitdiff
path: root/resources/css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/css')
-rw-r--r--resources/css/blog.css14
-rwxr-xr-xresources/css/main.css6
2 files changed, 20 insertions, 0 deletions
diff --git a/resources/css/blog.css b/resources/css/blog.css
index 88c4934..48fa0a3 100644
--- a/resources/css/blog.css
+++ b/resources/css/blog.css
@@ -18,6 +18,20 @@ body {
color: #000;
}
+img {
+ width: 100%;
+}
+
+figure.main-container {
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ padding-top: 1em;
+ padding-bottom: 2em;
+}
+
+
/*body {
background-color: #fff;
text-align: left;
diff --git a/resources/css/main.css b/resources/css/main.css
index 7482f42..ce3775a 100755
--- a/resources/css/main.css
+++ b/resources/css/main.css
@@ -142,6 +142,12 @@ ul > li {
margin-left: 24px;
}
+.author {
+ font-family: 'Montserrat', sans-serif;
+ text-transform: uppercase;
+ color: #b3b3b3;
+}
+
.jumbotron {
padding: 20px;
background-color: #34495E;