mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
(docs) Use alternative spacing since 12s are removed
This commit is contained in:
parent
331968ac5b
commit
fa37f99d33
|
@ -64,11 +64,11 @@
|
|||
|
||||
<div class="flex w-full h-full">
|
||||
<!-- Navigation -->
|
||||
<div class="relative w-3/12 border-r-2 border-green-400">
|
||||
<div class="relative w-1/4 border-r-2 border-green-400">
|
||||
<span class="absolute left-0 top-0 p-3 pl-6 text-green-700 font-medium">Navigation</span>
|
||||
</div>
|
||||
<!-- Wrapper -->
|
||||
<div class="flex flex-col w-9/12">
|
||||
<div class="flex flex-col w-3/4">
|
||||
<!-- Header -->
|
||||
<div class="relative border-b-2 border-green-400 w-full h-12">
|
||||
<span class="absolute left-0 top-0 p-3 pl-6 text-green-700 font-medium">Header</span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user