Skip to content

Commit db9dcee

Browse files
committed
center logo
1 parent 2f18103 commit db9dcee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="wrap">
3232
<div class="post">
3333
<p></p>
34-
<img src="no_background_nocolor.png" width="550"><!-- width="85%"> -->
34+
<img class="centered" src="no_background_nocolor.png" width="550"><!-- width="85%"> -->
3535

3636

3737
<p>An astrophysical code for AMR & SPH on GPU clusters</p>

style.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,12 @@ li a:hover:not(.active) {
6565
body{font-family:Helvetica, Arial, sans-serif;font-size:16px;line-height:1.5;font-weight:300;background-color:#fdfdfd;}
6666

6767

68-
68+
.centered {
69+
display: block;
70+
margin-left: auto;
71+
margin-right: auto;
72+
width: 90%;
73+
}
6974

7075
body {
7176
max-width: 800px;

0 commit comments

Comments
 (0)