We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f18103 commit db9dceeCopy full SHA for db9dcee
index.html
@@ -31,7 +31,7 @@
31
<div class="wrap">
32
<div class="post">
33
<p></p>
34
- <img src="no_background_nocolor.png" width="550"><!-- width="85%"> -->
+ <img class="centered" src="no_background_nocolor.png" width="550"><!-- width="85%"> -->
35
36
37
<p>An astrophysical code for AMR & SPH on GPU clusters</p>
style.css
@@ -65,7 +65,12 @@ li a:hover:not(.active) {
65
body{font-family:Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;font-weight:300;background-color:#fdfdfd;}
66
67
68
-
+.centered {
69
+display: block;
70
+margin-left: auto;
71
+margin-right: auto;
72
+width: 90%;
73
+}
74
75
body {
76
max-width: 800px;
0 commit comments