mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc/website: minor css changes to homepage (#1386)
* WIP - migrating entgo.io to docosaurus v2 * organizing pages a bit to be better suited for v2 site structure * doc/website: finish migration to docusaurus v2 * doc/website: minor css changes to homepage Co-authored-by: Rotem Tamir <rotemtamir@gmail.com>
This commit is contained in:
@@ -587,9 +587,26 @@ header ul, ol {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
.homeContainer {
|
||||
padding: 0 15% 20px;
|
||||
}
|
||||
|
||||
.home-nav {
|
||||
background: #3d3e3f;
|
||||
margin: 0;
|
||||
padding: 0 15% 20px;
|
||||
padding-top: 110px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1425px) {
|
||||
.homeContainer {
|
||||
padding: 0 19% 20px;
|
||||
}
|
||||
|
||||
.home-nav {
|
||||
padding: 0 19% 0px;
|
||||
padding-top: 110px;
|
||||
}
|
||||
|
||||
.fixedHeaderContainer {
|
||||
@@ -698,17 +715,6 @@ img#tutorial-todo-create {
|
||||
color: hsla(0,0%,100%,.4);
|
||||
}
|
||||
|
||||
.homeContainer {
|
||||
padding: 0 15% 20px;
|
||||
}
|
||||
|
||||
.home-nav {
|
||||
background: #3d3e3f;
|
||||
margin: 0;
|
||||
padding: 0 15% 20px;
|
||||
padding-top: 110px;
|
||||
}
|
||||
|
||||
.home-nav li{
|
||||
list-style: none;
|
||||
float: left;
|
||||
|
||||
Reference in New Issue
Block a user