Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/LordMathis/hugo-theme-nix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLordMathis <namesny.matus@gmail.com>2016-10-04 18:45:20 +0300
committerLordMathis <namesny.matus@gmail.com>2016-10-04 18:45:20 +0300
commit3c8ab90c9ed19698303769b69cc826a796c51709 (patch)
tree4233c1249f04b2e275d9c9f8349ed00fbf8095fb /static
parent6027915a8b66a16ef4277574c5367d928da556c0 (diff)
reworked index.html
Diffstat (limited to 'static')
-rw-r--r--static/css/nix.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/static/css/nix.css b/static/css/nix.css
index 196e662..d6c4709 100644
--- a/static/css/nix.css
+++ b/static/css/nix.css
@@ -31,7 +31,7 @@ nav {
h1,h2,h3,h4,h5,h6 {
- font-family: 'Roboto', sans-serif;
+ font-family: 'Concert One', cursive;
}
#user-name {
@@ -42,8 +42,16 @@ h1,h2,h3,h4,h5,h6 {
border-style: solid;
border-width: 5px;
border-color: #292929;
- margin-top: 10em;
+ margin-top: 20px;
margin-bottom: 1em;
+ padding: 15px;
+}
+
+.user-picture {
+ border-style: solid;
+ border-width: 5px;
+ border-color: #292929;
+ margin-top: 20px;
}
i {
@@ -103,6 +111,11 @@ i {
height: 50px;
}
+.col-centered{
+ float: none;
+ margin: 0 auto;
+}
+
div p {
text-align: justify;
}