Skip to content

Commit

Permalink
Change min-width 🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
wwang721 committed Nov 27, 2023
1 parent 84e62b0 commit ba9a9a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1news.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ permalink: /news.html

<div id="{{post.date|date:date_format}}_right" style="float: left; min-width:360px; border: 0px solid green;">
<div id="{{post.date|date:date_format}}_right" style="float: left; min-width:355px; border: 0px solid green;">

{% assign date_format = site.cayman-blog.date_format | default: "%b %-d, %Y" %}
<span class="post-meta">{{ post.date | date: date_format }}</span>
Expand Down
6 changes: 3 additions & 3 deletions 3about.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ viewBox="0 0 32 32"
</p>
</div>
<p style="margin:0px 0px 100px 0px; border: 0px solid yellow;">&ensp;</p>
<div id="intro" style='float:left; border: 0px solid red; min-width:360px'>
<div id="intro" style='float:left; border: 0px solid red; min-width:355px'>
<h1> <font color="#71797E"><b>Wei Wang<font face="KaiTi" size="6">(汪巍)</font></b></font></h1>

<p><i><b>2020.9 - present:</b></i></p>
Expand Down Expand Up @@ -233,8 +233,8 @@ $("#c22222").width(0.98*(r1_w-c1_w-c3_w));
<hr style="height:5px;" />


<div style='margin: 35px 0px 0px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); width: 360px; overflow: hidden;'>
<img src='./images/camleyGroup.jpg' alt="Camley Group" title="Camley Group 2023 March Meeting" style='width:360px;border: 13px solid white'/>
<div style='margin: 35px 0px 0px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); width: 355px; overflow: hidden;'>
<img src='./images/camleyGroup.jpg' alt="Camley Group" title="Camley Group 2023 March Meeting" style='width:355px;border: 13px solid white'/>
<p id="text" style="margin:-12px 0px 0px 55px"><font size="3"> Camley Group APS March Meeting</font></p>
<p style="margin:-2px 0px 8px 112px"><font size="2">Las Vegas, NV (2023)</font></p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h2 class="project-tagline"></h2>
</p>
</div>
<p style="margin:0px 0px 100px 0px; border: 0px solid yellow;">&ensp;</p>
<div id="intro" style="float:left; border: 0px solid red; min-width:360px">
<div id="intro" style="float:left; border: 0px solid red; min-width:355px">
<h1> <font color="#71797E"><b>Wei Wang<font face="KaiTi" size="6">(汪巍)</font></b></font></h1>

<p><i><b>2020.9 - present:</b></i></p>
Expand Down Expand Up @@ -427,8 +427,8 @@ <h2 id="gallery"><strong>GALLERY</strong></h2>

<hr style="height:5px;" />

<div style="margin: 35px 0px 0px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); width: 360px; overflow: hidden;">
<img src="./images/camleyGroup.jpg" alt="Camley Group" title="Camley Group 2023 March Meeting" style="width:360px;border: 13px solid white" />
<div style="margin: 35px 0px 0px 0px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); width: 355px; overflow: hidden;">
<img src="./images/camleyGroup.jpg" alt="Camley Group" title="Camley Group 2023 March Meeting" style="width:355px;border: 13px solid white" />
<p id="text" style="margin:-12px 0px 0px 55px"><font size="3"> Camley Group APS March Meeting</font></p>
<p style="margin:-2px 0px 8px 112px"><font size="2">Las Vegas, NV (2023)</font></p>
</div>
Expand Down

0 comments on commit ba9a9a7

Please sign in to comment.