Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2021-08-01 02:17:58 +0300
committerGitHub <noreply@github.com>2021-08-01 02:17:58 +0300
commit26b26a7eb18a0ffb759b1ebed9e8510f84670738 (patch)
tree230996b8b63411ceba8751a74228efc6b9430c8e
parent5138c9ad5e0d207aa0235511e2070c95ef941931 (diff)
PoC of custom.css (#301)
Co-authored-by: Guillermo Guerrero Ibarra <guillermo.guerrero@deliveroo.co.uk>
-rw-r--r--exampleSite/static/css/custom.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/exampleSite/static/css/custom.css b/exampleSite/static/css/custom.css
new file mode 100644
index 0000000..34b59c5
--- /dev/null
+++ b/exampleSite/static/css/custom.css
@@ -0,0 +1,11 @@
+/* your styles go here */
+/* Example site test */
+
+.box-image-text .image {
+ min-height: 200px;
+ max-height: 200px;
+}
+
+.box-simple {
+ min-height: 230px;
+}