insource bootstrap bootswatch theme

This commit is contained in:
Tobias Brunner 2025-01-27 17:17:22 +01:00
parent 54e973c46c
commit ccc474764f
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,10 +1,11 @@
{% load static %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services Marketplace</title> <title>Services Marketplace</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href='{% static "css/bootstrap.min.css" %}'>
<style> <style>
.rich-text-content { .rich-text-content {
overflow-wrap: break-word; overflow-wrap: break-word;