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

back to github-pages gem

parent 2bbc6627
source 'https://rubygems.org'
gem 'jekyll'
gem 'github-pages'
group :jekyll_plugins do
gem 'kramdown'
gem 'jemoji'
gem 'jekyll-feed'
gem 'jekyll-paginate'
gem 'jekyll-sitemap'
gem 'rouge'
end
......@@ -9,10 +9,6 @@
color: whitesmoke;
}
#container {
min-height: 80vh;
}
/** The #main div is given a min-height so that it isn't
* squished on pages with little content, or for displays
* that are tall (like phones in portrait mode).
......@@ -193,20 +189,9 @@ a.rss {
margin-left: auto;
}
/*
#container {
display: flex;
align-items: flex-start;
}
*/
@media screen and (min-device-aspect-ratio: 1/1) and (orientation: landscape) {
nav {
padding-top: 1%;
/* min-height: 42em;
display: inline-block;
vertical-align: top;
float: left;*/
font-size: 1.2em;
text-align: center;
height: 100%;
......@@ -215,14 +200,8 @@ a.rss {
}
nav ul {
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 {
/*border-bottom: 0.1em solid gray;
border-right: 0.1em solid gray;*/
display: inline-block;
width: 6em;
}
......@@ -235,6 +214,7 @@ a.rss {
min-width: 22em;
width: 60%;
padding: 1em 2em;
min-height: 80vh;
}
}
......@@ -276,8 +256,4 @@ a.rss {
margin-bottom: 1em;
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