mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
Poprawki responsywności
This commit is contained in:
+3
-3
@@ -90,7 +90,6 @@ export default defineComponent({
|
||||
<style lang="scss" scoped>
|
||||
.home {
|
||||
min-height: 100vh;
|
||||
|
||||
overflow-x: auto;
|
||||
|
||||
.home_container {
|
||||
@@ -98,10 +97,11 @@ export default defineComponent({
|
||||
flex-wrap: wrap;
|
||||
align-items: flex-start;
|
||||
justify-content: center;
|
||||
margin-top: 1em;
|
||||
padding: 2em 0;
|
||||
|
||||
@media screen and (max-width: 650px) {
|
||||
margin-top: 80px;
|
||||
padding-top: 85px;
|
||||
padding-bottom: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user