mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
style(pricing.ejs, product-compare.ejs): improve text wrapping and update image styling for better layout
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
line-height: 1.8;
|
||||
font-family: 'Courier New', 'Monaco', 'Menlo', monospace;
|
||||
white-space: pre-wrap;
|
||||
word-break: break-all;
|
||||
word-break: normal;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
||||
@@ -102,8 +102,8 @@
|
||||
<!-- OneUptime -->
|
||||
<div class="rounded-2xl bg-gray-900 p-8 text-white">
|
||||
<div class="flex items-center gap-4 mb-6">
|
||||
<div class="flex h-12 w-12 items-center justify-center rounded-xl bg-white/10">
|
||||
<img src="/img/3-transparent.svg" alt="OneUptime" class="h-8 w-8">
|
||||
<div class="h-12 w-12 rounded-xl bg-white overflow-hidden">
|
||||
<img src="/img/OneUptimePNG/2.png" alt="OneUptime" class="h-full w-full object-contain">
|
||||
</div>
|
||||
<div>
|
||||
<h3 class="text-xl font-semibold">OneUptime</h3>
|
||||
|
||||
Reference in New Issue
Block a user