Initial Public Release
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
.block {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.block ~ .block {
|
||||
margin-top: 1.25em;
|
||||
}
|
||||
|
||||
.block > .content {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.float-left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.clear-left {
|
||||
clear: left;
|
||||
}
|
||||
|
||||
.clear-right {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.clear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
.block-columns {
|
||||
display: grid;
|
||||
}
|
||||
|
||||
.block-columns > .block-column {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user