mirror of
https://github.com/urlysses/1991.git
synced 2024-11-22 03:54:14 -05:00
GET 1991. Responsive styling.
This commit is contained in:
parent
98093bd6f2
commit
0a6c0ec384
15
1991.css
15
1991.css
@ -363,7 +363,22 @@ footer nav a.url:after {
|
||||
|
||||
|
||||
/* media queries */
|
||||
@media all and (max-width: 900px) {
|
||||
body {
|
||||
font-size: 14px;
|
||||
}
|
||||
article {
|
||||
width: 80%;
|
||||
margin-left: 10%;
|
||||
}
|
||||
}
|
||||
@media all and (max-width: 600px) {
|
||||
body {
|
||||
font-size: 12px;
|
||||
}
|
||||
main h1 {
|
||||
display: block;
|
||||
}
|
||||
article {
|
||||
width: 90%;
|
||||
margin-left: 5%;
|
||||
|
@ -192,7 +192,7 @@ It's possible to import view files from within other view files. This is from &l
|
||||
<a class="url" href="http://www.urlysses.com"></a>
|
||||
</nav>
|
||||
</footer>
|
||||
<a class="fork" href="https://www.github.com/urlysses/1991">GET THE CODE</a>
|
||||
<a class="fork" href="https://www.github.com/urlysses/1991">GET 1991</a>
|
||||
<script type="text/javascript" src="1991.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user