Skip to content
Snippets Groups Projects
Commit 296279ae authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Probably don't need SITE_URL. Prettified list CSS.

parent 072ba306
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ AUTHOR = 'Anton Sarukhanov'
SITENAME = 'Anton Sarukhanov'
SITESUBTITLE = 'Full-Stack Developer'
PROFILE_IMG = '/media/anton-sc-close.png'
SITEURL = 'http://ant.sr:5000/'
PLUGINS = ['advthumbnailer']
......
......@@ -85,23 +85,25 @@ ul.posts {
}
ul.posts li:before {
color: #aaa;
content: '\00b6';
content: '\00bb';
}
ul.projects {
list-style-type: none;
margin: 0;
padding: 0;
margin-right: -1em;
margin-left: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
}
ul.projects li {
flex: 1 1 10em;
padding: .25em;
margin: .25em;
}
ul.projects img {
width: 100%;
}
ul.projects li {
flex: 1 1 200px;
padding: 1em;
background-color: #eee;
}
ul.projects h3 {
margin: 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment