Skip to content

Commit

Permalink
Site Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Gregoire committed Nov 25, 2023
1 parent 56f0fee commit 66f1080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="bg-blue-600 text-white py-6 mb-6 header">
<div class="container mx-auto flex flex-col sm:flex-row justify-between items-center">
<h1 class="text-4xl font-bold header-title">Kompendium</h1>
<nav>
<header class="bg-blue-600 text-white py-6 mb-6">
<div class="container mx-auto flex flex-col items-center sm:flex-row sm:justify-between text-center">
<h1 class="text-4xl font-bold header-title mb-2 sm:mb-0">Kompendium</h1>
<nav class="sm:text-right w-full sm:w-auto">
<a href="https://github.com/kompendium-ano" class="hover:text-blue-300 mx-2">Solutions</a> |
<a href="mailto:[email protected]" class="hover:text-blue-300 mx-2">Contact Us</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nav a {
/* Responsive adjustments for header */
@media (max-width: 768px) {
.header-title {
font-size: 32px; /* Adjust the font size for mobile */
font-size: 40px; /* Adjust the font size for mobile */
letter-spacing: 2px;
}

Expand Down

0 comments on commit 66f1080

Please sign in to comment.