mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
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 name="viewport" content="width=600" />
|
||||
<meta name="viewport" content="width=devicewidth" />
|
||||
<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/screen.css" type="text/css" media="screen,projection" />
|
||||
|
|
|
@ -5,3 +5,7 @@
|
|||
.column {
|
||||
min-width: 600px;
|
||||
}
|
||||
|
||||
#content {
|
||||
min-width: 320px;
|
||||
}
|
||||
|
|
|
@ -135,7 +135,7 @@ ul#menu li {
|
|||
padding: 0 20px;
|
||||
clear: both;
|
||||
min-width: 600px;
|
||||
margin-right: 33%;
|
||||
margin-right: 40%;
|
||||
}
|
||||
body.articles #content {
|
||||
min-width: auto;
|
||||
|
@ -187,7 +187,7 @@ ul.articles {
|
|||
ul.articles li {
|
||||
margin: 0;
|
||||
padding-top: 1em;
|
||||
height: 80px;
|
||||
height: 70px;
|
||||
}
|
||||
body.articles ul.articles li {
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in a new issue