Commit 04a5a712 authored by Murukesh Mohanan's avatar Murukesh Mohanan

back to github-pages gem

parent 2bbc6627
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'jekyll' gem 'github-pages'
group :jekyll_plugins do group :jekyll_plugins do
gem 'kramdown'
gem 'jemoji' gem 'jemoji'
gem 'jekyll-feed' gem 'jekyll-feed'
gem 'jekyll-paginate' gem 'jekyll-paginate'
gem 'jekyll-sitemap' gem 'jekyll-sitemap'
gem 'rouge'
end end
...@@ -9,10 +9,6 @@ ...@@ -9,10 +9,6 @@
color: whitesmoke; color: whitesmoke;
} }
#container {
min-height: 80vh;
}
/** The #main div is given a min-height so that it isn't /** The #main div is given a min-height so that it isn't
* squished on pages with little content, or for displays * squished on pages with little content, or for displays
* that are tall (like phones in portrait mode). * that are tall (like phones in portrait mode).
...@@ -193,20 +189,9 @@ a.rss { ...@@ -193,20 +189,9 @@ a.rss {
margin-left: auto; margin-left: auto;
} }
/*
#container {
display: flex;
align-items: flex-start;
}
*/
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) { @media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
nav { nav {
padding-top: 1%; padding-top: 1%;
/* min-height: 42em;
display: inline-block;
vertical-align: top;
float: left;*/
font-size: 1.2em; font-size: 1.2em;
text-align: center; text-align: center;
height: 100%; height: 100%;
...@@ -215,14 +200,8 @@ a.rss { ...@@ -215,14 +200,8 @@ a.rss {
} }
nav ul { nav ul {
padding: 0; padding: 0;
/*border-top: 0.1em solid gray;
border-bottom: 0.1em solid gray;
border-right: 0.2em solid white;
border-radius: 0.3em;*/
} }
nav li { nav li {
/*border-bottom: 0.1em solid gray;
border-right: 0.1em solid gray;*/
display: inline-block; display: inline-block;
width: 6em; width: 6em;
} }
...@@ -235,6 +214,7 @@ a.rss { ...@@ -235,6 +214,7 @@ a.rss {
min-width: 22em; min-width: 22em;
width: 60%; width: 60%;
padding: 1em 2em; padding: 1em 2em;
min-height: 80vh;
} }
} }
...@@ -276,8 +256,4 @@ a.rss { ...@@ -276,8 +256,4 @@ a.rss {
margin-bottom: 1em; margin-bottom: 1em;
width: 100%; width: 100%;
} }
#container {
flex-direction: column;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment