aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index c14e9b3..6a80ab5 100644
--- a/style.css
+++ b/style.css
@@ -153,6 +153,13 @@ li a:hover {
margin: 10px;
}
+.container-blog {
+ width:50%;
+ margin:auto;
+ background-color: black;
+ overflow:hidden;
+}
+
.row-cards {
display: -ms-flexbox;