mirror of
https://github.com/SinTan1729/chhoto-url.git
synced 2025-12-05 21:10:23 -08:00
chg: Add tiny bit of margin on mobile view
This commit is contained in:
@@ -267,7 +267,7 @@ div[name="links-div"] {
|
||||
/* Settings for mobile devices */
|
||||
@media (pointer: none), (pointer: coarse) {
|
||||
.container {
|
||||
max-width: 100vw;
|
||||
max-width: 98vw;
|
||||
}
|
||||
.pure-form input.chhoto-input {
|
||||
width: 98%;
|
||||
@@ -287,7 +287,7 @@ div[name="links-div"] {
|
||||
.chhoto-table td {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
width: 98vw;
|
||||
width: 97vw;
|
||||
padding: 0.1em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user