limiting article width

This commit is contained in:
nek0 2016-06-21 17:14:42 +02:00
parent e0e45990b1
commit 8491cbeab8
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ article {
padding: 20px;
margin-left: 200px;
overflow: auto;
max-width: 100ex;
}
article a:hover{