diff options
Diffstat (limited to 'public/css')
| -rwxr-xr-x | public/css/style.css | 21 | 
1 files changed, 20 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 70c6657..0e4f17f 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -830,4 +830,23 @@ article.static-page header {      width: 250px;      max-width: 60%;      margin: 3em; -3 +} + +.wrapper { +    overflow: auto; +    white-space: nowrap; +} + +.picture { +    vertical-align: top; +    display: inline-block; +    max-width: 300px; +    position: relative; +} + +.about { +    text-align: center; +	max-width: 40ch; +	text-align: center; +	margin: auto; +}  | 
