Skip to content

Commit 5cc0f56

Browse files
author
Igor Besel
committed
5 Spalten -> 4 Spalten
1 parent 20292dc commit 5cc0f56

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

_scss/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
}
44

55
.item {
6-
width: 20%;
6+
width: percentage(1 / 4.1);
7+
// width: 20%;
78
padding: 0 10px 0 10px;
89
}
910

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
/* line 5, ../_scss/style.scss */
66
.item {
7-
width: 20%;
7+
width: 24.39024%;
88
padding: 0 10px 0 10px; }
99

10-
/* line 10, ../_scss/style.scss */
10+
/* line 11, ../_scss/style.scss */
1111
.navbar-fixed-top {
1212
border: none; }
1313

14-
/* line 14, ../_scss/style.scss */
14+
/* line 15, ../_scss/style.scss */
1515
.panel {
1616
border: none; }

css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)