clean up css and spacing
This commit is contained in:
+4
-3
@@ -5,11 +5,12 @@ _cache
|
|||||||
_site
|
_site
|
||||||
stack.yaml.lock
|
stack.yaml.lock
|
||||||
|
|
||||||
|
copy.sh
|
||||||
film/
|
film/
|
||||||
fonts/
|
fonts/
|
||||||
images/
|
images
|
||||||
posts/
|
posts
|
||||||
publications/
|
publications
|
||||||
files/
|
files/
|
||||||
font-awesome/
|
font-awesome/
|
||||||
favicon/
|
favicon/
|
||||||
|
|||||||
+30
-11
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
$themes: (
|
$themes: (
|
||||||
"light": (
|
"light": (
|
||||||
"background": #F3F8F1,
|
"background": #F2F2EA,
|
||||||
"primary": #D7263D,
|
"primary": #7B2D26,
|
||||||
"secondary": #984EA3,
|
"secondary": #5A211C,
|
||||||
"text": black,
|
"text": black,
|
||||||
"filter": invert(0)
|
"filter": invert(0)
|
||||||
),
|
),
|
||||||
@@ -105,10 +105,10 @@ article .header {
|
|||||||
padding: 0 5%;
|
padding: 0 5%;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
margin: 4.2rem 0;
|
margin: 2rem 0;
|
||||||
}
|
}
|
||||||
nav {
|
nav {
|
||||||
margin: 0 auto 3rem;
|
margin: 0 auto 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
@@ -116,7 +116,7 @@ article .header {
|
|||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 1rem auto 3rem;
|
margin: 1rem auto 1.5rem;
|
||||||
}
|
}
|
||||||
.logo a {
|
.logo a {
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
@@ -134,10 +134,10 @@ article .header {
|
|||||||
padding: 0 5%;
|
padding: 0 5%;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
margin: 4.2rem 0;
|
margin: 2rem 0;
|
||||||
}
|
}
|
||||||
nav {
|
nav {
|
||||||
margin: 0 auto 3rem;
|
margin: 0 auto 1.5rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
@@ -163,8 +163,8 @@ article .header {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
header {
|
header {
|
||||||
margin: 0 0 3rem;
|
margin: 0 0 1.5rem;
|
||||||
padding: 1.2rem 0;
|
padding: 0.8rem 0;
|
||||||
}
|
}
|
||||||
nav {
|
nav {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -187,6 +187,14 @@ article .header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1280px) {
|
||||||
|
body {
|
||||||
|
width: 50%;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Next & previous buttons */
|
/* Next & previous buttons */
|
||||||
.prev, .next {
|
.prev, .next {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@@ -253,11 +261,22 @@ img {
|
|||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 0.8rem;
|
||||||
|
}
|
||||||
p > code {
|
p > code {
|
||||||
padding: .1rem .3rem .2rem;
|
padding: .1rem .3rem .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul, ol {
|
||||||
|
margin-top: 0.4rem;
|
||||||
|
margin-bottom: 0.4rem;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
margin-bottom: 0.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: #212121;
|
background-color: #212121;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ title: Home
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
My name is (R)ostyslav Hnaty(shyn), but I go by Rosty.
|
My name is (R)ostyslav Hnaty(shyn), but I go by Rosty.
|
||||||
I am a fourth year PhD student at the <a href="https://vader.lab.asu.edu/#/">Visual Analytics and Data Exploration Research (VADER) Lab</a> at Arizona State University.
|
I am currently a postdoc at the <a href="https://vader.lab.asu.edu/#/">Visual Analytics and Data Exploration Research (VADER) Lab</a> at Arizona State University.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Reference in New Issue
Block a user