fix post title radius
This commit is contained in:
parent
76e9809169
commit
dc14f8bf2c
@ -1340,13 +1340,17 @@ main.fullscreen .section-content-wrapper-np {
|
||||
/* bootstrap overrides */
|
||||
|
||||
.btn,
|
||||
.rounded-top,
|
||||
.form-control,
|
||||
.nav-pills .nav-link,
|
||||
.nav-tabs .nav-link {
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
.rounded-top {
|
||||
border-top-left-radius: $radius !important;
|
||||
border-top-right-radius: $radius !important;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-size: 1rem;
|
||||
font-style: italic;
|
||||
|
Reference in New Issue
Block a user