diff options
Diffstat (limited to 'src/components/stylesheets')
-rw-r--r-- | src/components/stylesheets/navbar.css | 1 | ||||
-rw-r--r-- | src/components/stylesheets/product_listing.css | 9 | ||||
-rw-r--r-- | src/components/stylesheets/shared.css | 5 |
3 files changed, 14 insertions, 1 deletions
diff --git a/src/components/stylesheets/navbar.css b/src/components/stylesheets/navbar.css index 75748a6..357271f 100644 --- a/src/components/stylesheets/navbar.css +++ b/src/components/stylesheets/navbar.css @@ -1,7 +1,6 @@ .navbar { overflow: hidden; margin-bottom: 5px; - /*position: fixed;*/ top: 0; width: 100%; border-bottom: solid 5px #394490; diff --git a/src/components/stylesheets/product_listing.css b/src/components/stylesheets/product_listing.css new file mode 100644 index 0000000..c926448 --- /dev/null +++ b/src/components/stylesheets/product_listing.css @@ -0,0 +1,9 @@ +.product-listing { + width: 70%; + margin-top: 4px; + margin-bottom: 4px; +} + +.product-listing-text { + color: #394490; +}
\ No newline at end of file diff --git a/src/components/stylesheets/shared.css b/src/components/stylesheets/shared.css index dd50228..2cda15b 100644 --- a/src/components/stylesheets/shared.css +++ b/src/components/stylesheets/shared.css @@ -13,4 +13,9 @@ .main-view { width: 80%; margin: auto; +} + +.listing-image { + height: 296px; + width: auto; }
\ No newline at end of file |