Skip to content

Commit f78f3e6

Browse files
Remove unneeded section styling (#410)
1 parent ca72b4c commit f78f3e6

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

assets/theme-css/bulma.css

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ article,
158158
aside,
159159
figure,
160160
footer,
161-
header,
162-
section {
161+
header {
163162
display: block;
164163
}
165164
img {
@@ -810,11 +809,3 @@ a.navbar-item:hover {
810809
display: none !important;
811810
}
812811
}
813-
.section {
814-
padding: 3rem 1.5rem;
815-
}
816-
@media screen and (min-width: 1024px) {
817-
.section {
818-
padding: 3rem 3rem;
819-
}
820-
}

assets/theme-css/fresh.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@
7777
-webkit-animation-duration: 0.5s;
7878
-webkit-animation-fill-mode: both;
7979
}
80-
section:focus {
81-
outline: none !important;
82-
}
8380

8481
#status {
8582
width: 200px;

0 commit comments

Comments
 (0)