@@ -40,10 +40,13 @@ $link-color-light: #eff5ff;
4040$link-color-hover : #e7eef9 ;
4141$award-color : #E7B100 ;
4242
43+ $screen-width-threshold : 710px ;
44+
4345
4446html {
4547 --title-font-size : 32pt ;
4648 --heading-font-size : 16pt ;
49+ --tag-font-size : 14pt ;
4750 --body-font-size : 12pt ;
4851 --accent-font-size : 11pt ;
4952 --max-width : 950px ;
@@ -58,19 +61,29 @@ html {
5861
5962
6063/* Mobile Styles */
61- @media only screen and (max-width : 650 px ) {
64+ @media only screen and (max-width : $screen-width-threshold ) {
6265
6366 html {
6467 --title-font-size : 20pt ;
6568 --subtitle-font-size : 14pt ;
66- --heading-font-size : 12 pt ;
67- --body-font-size : 12 pt ;
69+ --heading-font-size : 11 pt ;
70+ --body-font-size : 11 pt ;
6871 --accent-font-size : 10pt ;
72+ --tag-font-size : 13pt ;
73+ --subbody-font-size : 11pt ;
74+ }
75+
76+ #main {
77+ margin-left : calc (4 * $spacing );
78+ margin-right : calc (4 * $spacing );
6979 }
7080
7181 body {
72- margin : 2em ;
82+ // margin: 2em;
7383 }
84+ }
85+
86+ @media only screen and (max-width : 500px ) {
7487
7588 .publication {
7689 flex-direction : column ;
@@ -96,21 +109,4 @@ html {
96109 width : 100% ;
97110 height : auto ;
98111 }
99-
100- // #intro-description {
101- // flex-direction: column-reverse;
102- // }
103-
104- // #intro-headshot-wrapper {
105- // max-width: 100px;
106- // margin-bottom: calc(3 * $spacing);
107- // }
108-
109- // #intro, #intro-description {
110- // align-items: center;
111- // }
112-
113- // .news {
114- // grid-template-columns: 110px auto;
115- // }
116112}
0 commit comments