Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions lib/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,12 @@ a:hover code {
padding: 0;
}
.gridBlock .twoByGridBlock,
.gridBlock .threeByGridBlock,
.gridBlock .fourByGridBlock {
padding: 5px 0;
}
.gridBlock .twoByGridBlock img,
.gridBlock .threeByGridBlock img,
.gridBlock .fourByGridBlock img {
max-width: 100%;
}
Expand Down Expand Up @@ -899,6 +901,11 @@ a:hover code {
flex: 1 0 50%;
padding: 10px;
}
.gridBlock .threeByGridBlock {
box-sizing: border-box;
flex: 1 0 26%;
padding: 10px;
}
.gridBlock .fourByGridBlock {
box-sizing: border-box;
flex: 1 0 25%;
Expand All @@ -921,6 +928,11 @@ a:hover code {
flex: 1 0 50%;
padding: 10px 20px;
}
.gridBlock .threeByGridBlock {
box-sizing: border-box;
flex: 1 0 26%;
padding: 10px;
}
.gridBlock .fourByGridBlock {
box-sizing: border-box;
flex: 1 0 25%;
Expand Down