mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 07:51:56 -05:00
fix:select
This commit is contained in:
@@ -24,8 +24,6 @@ a:hover {
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
@@ -59,10 +57,13 @@ button:focus-visible {
|
||||
}
|
||||
|
||||
#app {
|
||||
max-width: 1280px;
|
||||
max-width: 414px;
|
||||
margin: 0 auto;
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
min-height: 100vh;
|
||||
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
|
||||
Reference in New Issue
Block a user