mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
feat(*): Make page content wider
This commit is contained in:
@@ -31,7 +31,7 @@ onMount(() => {
|
||||
</script>
|
||||
|
||||
<a href="#main-content" class="sr-only focus:not-sr-only focus:absolute focus:top-2 focus:left-2 bg-blue-100 text-blue-700 px-2 py-1 rounded">Skip to main content</a>
|
||||
<section id="main-content" class="max-w-xl mx-auto py-12">
|
||||
<section id="main-content" class="max-w-4xl mx-auto py-12">
|
||||
<div class="flex justify-between items-center mb-4">
|
||||
<h1 class="text-2xl font-bold">Assessment Results</h1>
|
||||
<a href="/upload" class="bg-blue-100 text-blue-700 px-3 py-1 rounded hover:bg-blue-200 transition" aria-label="Back to upload page">Back to Upload</a>
|
||||
|
||||
Reference in New Issue
Block a user