makeshift responsive styling
This commit is contained in:
@ -50,5 +50,15 @@
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
main {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
img {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user