some seo, more pages
This commit is contained in:
29
site/src/css/wrapfig.css
Normal file
29
site/src/css/wrapfig.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.wrapfig-wrapper {
|
||||
width: 80%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wrapfig {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.wrapfig.left {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wrapfig.right {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.wrapfig-text {
|
||||
margin: 5px;
|
||||
width: 58%;
|
||||
}
|
||||
|
||||
.wrapfig-text.left {
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.wrapfig-text.right {
|
||||
margin-left: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user