mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
fix: improve margins on mobile
This commit is contained in:
parent
25e9e1529f
commit
575a426906
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@
|
|||
font-size: large;
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 1200px) {
|
||||
body {
|
||||
width:90%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue