File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -516,9 +516,19 @@ nav ol, nav ul {
516516 display : none;
517517}
518518
519+ main turbo-frame : first-of-type .notebook-cell {
520+ border-top-left-radius : 10px ;
521+ border-top-right-radius : 10px ;
522+ border-top : 1px solid var (--gray-8 );
523+ }
524+
519525.notebook-cell {
526+ margin : 0 20px ;
527+ border-radius : 0 ;
520528 padding : 1rem ;
521529 border : 1px solid var (--gray-8 );
530+ border-top : none;
531+ border-bottom : none;
522532 background : # fff ;
523533}
524534
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block main %}
4- < section >
4+ < div >
55 < h1 >
66 < span class ="material-symbols-outlined "> newspaper</ span > Notebooks
77 </ h1 >
1919 {% endfor %}
2020 </ ol >
2121 {% endif %}
22- </ section >
22+ </ div >
2323
2424
25- < section >
25+ < div >
2626 < h2 > New notebook</ h2 >
2727
2828 < form action ="{% url 'notebooks/create' %} " method ="post ">
@@ -36,5 +36,5 @@ <h2>New notebook</h2>
3636 < button class ="next " type ="submit "> Create notebook</ button >
3737 </ div >
3838 </ form >
39- </ section >
39+ </ div >
4040{% endblock %}
You can’t perform that action at this time.
0 commit comments