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

github.com/serg/yourfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorserg <contact@sergfurtak.com>2021-06-06 22:10:41 +0300
committerserg <contact@sergfurtak.com>2021-06-06 22:10:41 +0300
commit10abd9d4be7540daf2ab10a680484cb0bfb341f8 (patch)
tree4b736a8381e1345f46e16f6a600b6c6bf7609594 /assets
parentacaa8f1957e12fbd2ad872c2fcf0eaac3ed5c016 (diff)
remove float behaviour for project tiles
Signed-off-by: serg <contact@sergfurtak.com>
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/app.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/app.scss b/assets/scss/app.scss
index a0535c0..0606b3b 100644
--- a/assets/scss/app.scss
+++ b/assets/scss/app.scss
@@ -274,7 +274,7 @@
}
.project {
- float: left;
+ display: inline-block;
margin: 0 0.86956% 1.73912%; //10px and 20px of 1150px container
&-caption {