SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 2274bd03e79e0e3ffe69d62b6258206f867a3853
parent 5708a8e2bd526f4b2b3620432a316982d10648b5
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Fri,  5 Feb 2021 00:55:11 +1100

change button width

Diffstat:
Mtemplates/index.html | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/templates/index.html b/templates/index.html @@ -47,7 +47,9 @@ /* height:auto; */ height: 275px; - width:220px; + /* width:220px; */ + width:300px; + position: absolute; left: 50%; @@ -98,7 +100,7 @@ </div> <div id="right"> <!-- <a id="logo" target="_blank"><img id="logo" style="padding-top:25px;padding-left:30px;" width="65px" src="https://i.pinimg.com/originals/3a/dd/40/3add4023fa9b435e7da3c09156b88015.png"></a> --> - <a id="qrClick" target="_blank"><img class="qr" id="qrImage" style="padding-top:25px;display:block" width="65px" src="https://i.pinimg.com/originals/3a/dd/40/3add4023fa9b435e7da3c09156b88015.png"></a> + <a id="qrClick" target="_blank"><img class="qr" id="qrImage" style="margin:auto; padding-left:10px; padding-top:25px;display:block" width="65px" src="https://i.pinimg.com/originals/3a/dd/40/3add4023fa9b435e7da3c09156b88015.png"></a> </div> </div>