Skip to content
Snippets Groups Projects
Commit 0287a7e0 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Alignment of one-column layout

parent b00e3891
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
...@@ -2,7 +2,10 @@ ...@@ -2,7 +2,10 @@
layout: default layout: default
--- ---
<article class="one_column"> <article>
<div id="left-column"></div>
<div> <div>
<header> <header>
<h1> <h1>
......
...@@ -171,6 +171,7 @@ ...@@ -171,6 +171,7 @@
ul { ul {
padding-inline-start: 0px; padding-inline-start: 0px;
margin-block-start: 0px;
li { li {
list-style: none; list-style: none;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Gem::Specification.new do |spec| Gem::Specification.new do |spec|
spec.name = "elixir-theme" spec.name = "elixir-theme"
spec.version = "0.1.33" spec.version = "0.1.34"
spec.authors = ["jacek.lebioda"] spec.authors = ["jacek.lebioda"]
spec.email = ["jacek.lebioda@uni.lu"] spec.email = ["jacek.lebioda@uni.lu"]
......
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