Skip to content

Commit d6b88aa

Browse files
committed
just centered topbar
1 parent 3d3f6bd commit d6b88aa

File tree

5 files changed

+18
-0
lines changed

5 files changed

+18
-0
lines changed

artemis.css

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ h2 {
4343
.topbar {
4444
background-color: rgb(20, 20, 24);
4545
overflow: hidden;
46+
margin-left: auto;
47+
margin-right: auto;
48+
width: 550px;
4649
}
4750

4851
/* Style the links inside the navigation bar */

contact.css

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ h2 {
4343
.topbar {
4444
background-color: rgb(20, 20, 24);
4545
overflow: hidden;
46+
margin-left: auto;
47+
margin-right: auto;
48+
width: 550px;
4649
}
4750

4851
/* Style the links inside the navigation bar */

index.css

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ h2 {
4343
.topbar {
4444
background-color: rgb(20, 20, 24);
4545
overflow: hidden;
46+
margin-left: auto;
47+
margin-right: auto;
48+
width: 550px;
4649
}
4750

4851
/* Style the links inside the navigation bar */

interests.css

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ h2 {
4343
.topbar {
4444
background-color: rgb(20, 20, 24);
4545
overflow: hidden;
46+
margin-left: auto;
47+
margin-right: auto;
48+
width: 550px;
4649
}
4750

4851
/* Style the links inside the navigation bar */

tuas.css

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ h2 {
4343
.topbar {
4444
background-color: rgb(20, 20, 24);
4545
overflow: hidden;
46+
/*float: none;*/
47+
margin-left: auto;
48+
margin-right: auto;
49+
width: 550px;
50+
/*transform: translate(-50%, -50%);*/
51+
4652
}
4753

4854
/* Style the links inside the navigation bar */

0 commit comments

Comments
 (0)