1
0
Fork 1

Main PC transfer

main
dugo3number2 2024-01-29 21:45:24 -06:00
parent a3d0b74197
commit 319b87b489
2 changed files with 7 additions and 1 deletions

View File

@ -70,6 +70,12 @@ body {
color: #dddddd; color: #dddddd;
} }
@media screen and (max-width: 1000px) {
.cover {
padding-top: 75%;
}
}
main { main {
margin: 30px; margin: 30px;
} }

View File

@ -19,7 +19,7 @@
</nav> </nav>
</header> </header>
<div class="cover"> <div class="cover">
<span class="cover-tagline">The best coffee made by the best students</span> <h1 class="cover-tagline">The best coffee made by the best students</h1>
</div> </div>
<main> <main>
<section> <section>