Main PC transfer
parent
a3d0b74197
commit
319b87b489
|
@ -70,6 +70,12 @@ body {
|
|||
color: #dddddd;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
.cover {
|
||||
padding-top: 75%;
|
||||
}
|
||||
}
|
||||
|
||||
main {
|
||||
margin: 30px;
|
||||
}
|
|
@ -19,7 +19,7 @@
|
|||
</nav>
|
||||
</header>
|
||||
<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>
|
||||
<main>
|
||||
<section>
|
||||
|
|
Loading…
Reference in New Issue