development #3

Merged
luke-else merged 53 commits from development into main 2025-02-01 13:00:04 +00:00
2 changed files with 20 additions and 16 deletions
Showing only changes of commit 79795bc060 - Show all commits

View File

@ -14,18 +14,6 @@
display: flex;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
.profile {
display: none;
}
.flex-container {
align-items: center;
flex-direction: column;
}
}
.profile {
border-radius: 100%;
height: 8em;
@ -38,6 +26,22 @@
padding: 0em 5% 0em 5%;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
.flex-container {
align-items: center;
flex-direction: column;
}
.profile {
display: none;
}
.about {
padding: 0px;
}
}
h1 {
color: var(--red);
/*text-decoration: underline 5px solid var(--bg-grad);*/

View File

@ -24,9 +24,9 @@
</style>
<nav>
<a href = "test">//tab</a>
<a href = "test">//tab</a>
<a href = "test">//tab</a>
<a href = "/">//Profile</a>
<a href = "test">//Repos</a>
<a href = "test">//Contact</a>
</nav>
<div class="main-container">