From aaf1dcbc7ea69acf9f1e67797a38511fcc132253 Mon Sep 17 00:00:00 2001 From: Henry Bravo Date: Sun, 28 May 2017 15:13:13 -0500 Subject: [PATCH] Fix input width --- .../static/datacenterlight/css/landing-page.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 4a214c61..67734cbd 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -647,6 +647,13 @@ h6 { .price-calc-section .card .description input{ font-size: 20px; text-align: center; + width: 70px; +} +.price-calc-section .card .description #coreValue{ + width: 50px; +} +.price-calc-section .card .description #ramValue{ + width: 50px; } .price-calc-section .card .description i{ color: #29427A;