diff --git a/projects.html b/projects.html index e0610d4..06f06da 100644 --- a/projects.html +++ b/projects.html @@ -105,7 +105,10 @@
diff --git a/src/style.css b/src/style.css index a5b599e..2d49806 100644 --- a/src/style.css +++ b/src/style.css @@ -232,6 +232,7 @@ h1 { } .hypertext-link { + color: white; font-weight: bold; } @@ -240,6 +241,7 @@ h1 { background-color: #bea9de; } + .navbar-link { border-bottom: 1px solid #bea9de; text-decoration: none; @@ -301,10 +303,13 @@ h1 { } .osaka { - width: 100%; height: auto; } + .text-status { + text-align: start; + } + main { width: 100%; }