Main PC transfer
parent
a3d0b74197
commit
319b87b489
|
@ -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;
|
||||||
}
|
}
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue