Skip to content

Commit b21cf59

Browse files
ndg63276Mark Williams
authored andcommitted
LIMS-1161: Widen main view from 10/12 to 11/12 (#706)
Co-authored-by: Mark Williams <mark.williams@diamond.ac.uk>
1 parent d1964e1 commit b21cf59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/js/app/layouts/main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Main panel to store proposal menu, messages and content
2121
Sets the main width of the content area on screen
2222
-->
23-
<div class="tw-w-full tw-px-2 lg:tw-w-10/12 lg:tw-mx-auto">
23+
<div class="tw-w-full tw-px-2 lg:tw-w-11/12 lg:tw-mx-auto">
2424
<navbar-menu
2525
:proposal-menu="proposalMenu"
2626
:extras-menu="extraMenu"

client/src/js/app/layouts/maintenance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="tw-flex tw-justify-between tw-items-center tw-h-10 tw-bg-header-background"
66
/>
77

8-
<div class="tw-w-10/12 tw-mx-auto">
8+
<div class="tw-w-11/12 tw-mx-auto">
99
<!-- Sets the main width of the content on screen -->
1010
<h1 class="tw-mt-4 tw-py-4 tw-text-xl">
1111
The site is currently undergoing maintenance

0 commit comments

Comments
 (0)