Style Overhaul #2

Merged
me merged 118 commits from dev into main 2025-01-29 13:28:33 -07:00
2 changed files with 7 additions and 11 deletions
Showing only changes of commit 297e0c90a9 - Show all commits

View File

@ -24,8 +24,9 @@
[class*="col-"] {
float: left;
padding: 15px;
/*border: 1px solid green;*/ /* FORTESTING otherwise disable */
height: 100%;
/* FORTESTING, otherwise disable */
/*border: 1px solid green;*/
}
/* Ensure columns are respected as if they always exist. */
@ -91,11 +92,6 @@
padding-bottom: 5px;
}
/** Ensure elements in a container use the full height. **/
.fill {
height: 100%;
}
/** Format tables and allow contents to be broken up. **/
table {
/*width: 100%;*/
@ -114,7 +110,7 @@
max-height: 500px;
}
/* FORTESTING otherwise disable */
/* FORTESTING, otherwise disable */
/*
div {
border: 1px solid red;

View File

@ -6,7 +6,7 @@
<div class="row text">
<div class="col-4 center fill border">
<div class="col-4 center border">
<h3 class="title spacing">Preference 1 - Private Crypto</h3>
<p>Send me any type of coin.</p>
<div class="header">
@ -15,7 +15,7 @@
</div>
</div>
<div class="col-4 center fill border">
<div class="col-4 center border">
<h3 class="title spacing">Preference 2 - Public Crypto</h3>
<p>Donate directly to my addresses.</p>
<div class="header">
@ -39,7 +39,7 @@
</div>
</div>
<div class="col-4 center fill border">
<div class="col-4 center border">
<h3 class="title spacing">Preference 3 - Public USD</h3>
<p>Send USD to a fiat-based account.</p>
<div class="header">