forked from wezm/wezm.net
Styling adjustments
This commit is contained in:
parent
cbd8e7e673
commit
07d5f7311e
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=600" />
|
<meta name="viewport" content="width=devicewidth" />
|
||||||
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
|
<title><%= [@item[:title], 'WezM.net'].compact.join(' • ') %></title>
|
||||||
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
|
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
|
||||||
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />
|
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />
|
||||||
|
|
|
@ -5,3 +5,7 @@
|
||||||
.column {
|
.column {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
min-width: 320px;
|
||||||
|
}
|
||||||
|
|
|
@ -135,7 +135,7 @@ ul#menu li {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
clear: both;
|
clear: both;
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
margin-right: 33%;
|
margin-right: 40%;
|
||||||
}
|
}
|
||||||
body.articles #content {
|
body.articles #content {
|
||||||
min-width: auto;
|
min-width: auto;
|
||||||
|
@ -187,7 +187,7 @@ ul.articles {
|
||||||
ul.articles li {
|
ul.articles li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
height: 80px;
|
height: 70px;
|
||||||
}
|
}
|
||||||
body.articles ul.articles li {
|
body.articles ul.articles li {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in a new issue