Skip to content

Commit

Permalink
fix: class name
Browse files Browse the repository at this point in the history
  • Loading branch information
viewpointics-tan authored and MartinKavik committed Apr 11, 2021
1 parent 291ad5a commit a1fb585
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
34 changes: 17 additions & 17 deletions src/page/about.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ pub fn view() -> Node<Msg> {
C.py_10,
C.bg_gray_1,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__pl_4,
C.sm__py_16,
Expand Down Expand Up @@ -198,7 +198,7 @@ pub fn view() -> Node<Msg> {
C.pr_5,
C.py_10,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__pl_4,
C.sm__py_16,
Expand Down Expand Up @@ -246,7 +246,7 @@ pub fn view() -> Node<Msg> {
C.pr_4,
C.py_10,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
C.bg_gray_1
// sm__
C.sm__pl_4,
Expand Down Expand Up @@ -303,7 +303,7 @@ pub fn view() -> Node<Msg> {
C.pr_5,
C.py_10,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__pl_4,
C.sm__py_16,
Expand Down Expand Up @@ -486,7 +486,7 @@ pub fn view() -> Node<Msg> {
C![
C.w_76,
C.flex,
C.flex_no_wrap
C.flex_nowrap
// sm__
C.sm__w_132,
// lg__
Expand Down Expand Up @@ -525,7 +525,7 @@ pub fn view() -> Node<Msg> {
C.ml_5,
C.w_64,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__mt_24,
C.sm__ml_8,
Expand Down Expand Up @@ -563,7 +563,7 @@ pub fn view() -> Node<Msg> {
C.mt_16,
C.w_76,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__mt_24,
C.sm__w_132,
Expand Down Expand Up @@ -618,7 +618,7 @@ pub fn view() -> Node<Msg> {
C.ml_6,
C.w_76,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__mt_24,
C.sm__ml_8,
Expand Down Expand Up @@ -773,7 +773,7 @@ pub fn view() -> Node<Msg> {
li![
C![
C.flex,
C.flex_no_wrap
C.flex_nowrap
],
div![
C![
Expand Down Expand Up @@ -801,7 +801,7 @@ pub fn view() -> Node<Msg> {
C![
C.mt_10,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__mt_16,
// lg__
Expand Down Expand Up @@ -894,7 +894,7 @@ pub fn view() -> Node<Msg> {
li![
C![
C.flex,
C.flex_no_wrap
C.flex_nowrap
],
div![
C![
Expand Down Expand Up @@ -929,7 +929,7 @@ pub fn view() -> Node<Msg> {
C![
C.mt_10,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__mt_16
// lg__
Expand Down Expand Up @@ -961,7 +961,7 @@ pub fn view() -> Node<Msg> {
C![
C.mt_10,
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
// sm__
C.sm__mt_16,
// lg__
Expand Down Expand Up @@ -1051,7 +1051,7 @@ pub fn view() -> Node<Msg> {
li![
C![
C.flex,
C.flex_no_wrap
C.flex_nowrap
],
div![
C![
Expand All @@ -1072,7 +1072,7 @@ pub fn view() -> Node<Msg> {
C![
C.mt_10,
C.flex,
C.flex_no_wrap
C.flex_nowrap
// sm__
C.sm__mt_20
// lg__
Expand Down Expand Up @@ -1159,7 +1159,7 @@ pub fn view() -> Node<Msg> {
li![
C![
C.flex,
C.flex_no_wrap
C.flex_nowrap
],
div![
C![
Expand Down Expand Up @@ -1215,7 +1215,7 @@ pub fn view() -> Node<Msg> {
C.text_19,
C.text_gray_10,
C.flex,
C.whitespace_no_wrap,
C.whitespace_nowrap,
C.md__hover__text_yellow_7,
// sm__
C.sm__mt_32,
Expand Down
26 changes: 13 additions & 13 deletions src/page/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand All @@ -229,7 +229,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand All @@ -250,7 +250,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand All @@ -271,7 +271,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -514,7 +514,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -558,7 +558,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand All @@ -583,7 +583,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -786,7 +786,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -996,7 +996,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -1040,7 +1040,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -1247,7 +1247,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -1422,7 +1422,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down Expand Up @@ -1466,7 +1466,7 @@ pub fn view(base_url: &Url) -> Node<Msg> {
div![
C![
C.flex,
C.flex_no_wrap,
C.flex_nowrap,
],
div![
C![
Expand Down

0 comments on commit a1fb585

Please sign in to comment.