Add webinar to frontend
This commit is contained in:
parent
8c53ee2b15
commit
ed5601dae7
2 changed files with 33 additions and 8 deletions
|
@ -13,7 +13,7 @@
|
|||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.front-install {
|
||||
|
@ -59,6 +59,17 @@
|
|||
padding: 4px 0px 12px;
|
||||
}
|
||||
}
|
||||
|
||||
.links {
|
||||
margin-top: 8px;
|
||||
text-align: right;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.frontpage {
|
||||
|
@ -69,10 +80,15 @@
|
|||
.release-date {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.blog-date {
|
||||
white-space: nowrap;
|
||||
.recent-posts {
|
||||
margin-bottom: 16px;
|
||||
|
||||
.blog-date {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.supported-brands {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue