Benjamin Völkl 2022-01-01 20:27:49 +01:00
parent 600858e63a
commit c7223bda84
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@






<div class="col-9"> <div class="col-12 col-md-9">


<div class="row"> <div class="row">


@ -86,7 +86,7 @@


</div> </div>


<div class="col-3"> <div class="col-12 col-md-3">


<div class="bg-ci rounded p-3 border-ci"> <div class="bg-ci rounded p-3 border-ci">



View File

@ -2,13 +2,13 @@


<style> <style>
body{ body{
background-color: rgba(209, 196, 225, 0.65); background-color: rgba(218, 211, 227, 0.65);
} }






.card{ .card{
background-color: #caacd536; background-color: #f0e4f45c;
} }