mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-23 17:17:02 -05:00
fix: resize bandwidth 404
This commit is contained in:
@@ -61,7 +61,7 @@ const { error } = defineProps<{ error: any }>();
|
||||
}
|
||||
|
||||
.bandwidth.notfound {
|
||||
height: 32rem;
|
||||
height: 26rem;
|
||||
margin-bottom: 4em;
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ const { error } = defineProps<{ error: any }>();
|
||||
height: 16rem;
|
||||
}
|
||||
.bandwidth.notfound {
|
||||
height: 24rem;
|
||||
height: 16rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user