mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-11 14:00:27 -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>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="theme-container mt-12"
|
class="theme-container"
|
||||||
:class="pageClasses"
|
:class="pageClasses"
|
||||||
@touchstart="onTouchStart"
|
@touchstart="onTouchStart"
|
||||||
@touchend="onTouchEnd"
|
@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;
|
@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;
|
width: 20rem;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user