mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
Remove some left over margins from the banner that was just removed (#588)
This commit is contained in:
parent
1c3c9f0dcd
commit
ce182cf30c
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<div
|
||||
class="theme-container mt-12"
|
||||
class="theme-container"
|
||||
:class="pageClasses"
|
||||
@touchstart="onTouchStart"
|
||||
@touchend="onTouchEnd"
|
||||
|
||||
@ -6,7 +6,7 @@ $arrow-bg: #000;
|
||||
}
|
||||
|
||||
@apply .fixed .left-0 .bottom-0 .bg-white .overflow-auto .border-r .border-grey-lighter .py-8;
|
||||
top: calc(3rem + 56px);
|
||||
top: 56px;
|
||||
width: 20rem;
|
||||
font-size: 15px;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user