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:
Diffstat (limited to 'exampleSite/static/css/custom.css')
-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;
+}