feat(hanyuu): footer style
parent
c7b926d8e0
commit
2b823669ba
|
|
@ -161,6 +161,11 @@
|
|||
background-size: 144px 162px;
|
||||
}
|
||||
|
||||
/* footer */
|
||||
#hanyuu {
|
||||
color: #8d85d3;
|
||||
}
|
||||
|
||||
/* 700px breakpoint */
|
||||
@media screen and (max-width: 700px) {
|
||||
footer, #homes, #services, footer {
|
||||
|
|
@ -263,7 +268,7 @@
|
|||
<div id="mister-hooly"></div>
|
||||
|
||||
<footer>
|
||||
<p>Child of Man. What is it you seek from this World?</p>
|
||||
<p id="hanyuu">Child of Man. What is it you seek from this World?</p>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue