call it "section" instead of "row"
This commit is contained in:
parent
befb166b09
commit
f2431b11bc
3 changed files with 4 additions and 4 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<h3>บริการ โปรเจกต์ และคอนเทนต์</h3>
|
<h3>บริการ โปรเจกต์ และคอนเทนต์</h3>
|
||||||
|
|
||||||
<div class="row">
|
<div class="section">
|
||||||
<a class="itemcard" style="opacity: 0.4;">
|
<a class="itemcard" style="opacity: 0.4;">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<img src="icons/ttt-org-blueprint.svg" alt="behind-ttt" width="80" height="80" style="margin: 0.3cm;">
|
<img src="icons/ttt-org-blueprint.svg" alt="behind-ttt" width="80" height="80" style="margin: 0.3cm;">
|
||||||
|
@ -167,7 +167,7 @@
|
||||||
|
|
||||||
<h3>สำหรับใช้งานภายในเท่านั้น</h3>
|
<h3>สำหรับใช้งานภายในเท่านั้น</h3>
|
||||||
|
|
||||||
<div class="row">
|
<div class="section">
|
||||||
<a class="itemcard" target="_blank" rel="noopener noreferrer" href="https://ci.techtransthai.org/">
|
<a class="itemcard" target="_blank" rel="noopener noreferrer" href="https://ci.techtransthai.org/">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<svg width="80" height="80" viewBox="0 0 285 254" xmlns="http://www.w3.org/2000/svg" style="margin: 0.3cm;">
|
<svg width="80" height="80" viewBox="0 0 285 254" xmlns="http://www.w3.org/2000/svg" style="margin: 0.3cm;">
|
||||||
|
|
|
@ -64,7 +64,7 @@ h1 {
|
||||||
margin-left: 0.25cm;
|
margin-left: 0.25cm;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row {
|
.section {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||||
grid-gap: 1rem;
|
grid-gap: 1rem;
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
นี่คือรายชื่อสมาชิกของพวกเราในทีมงาน TechTransThai
|
นี่คือรายชื่อสมาชิกของพวกเราในทีมงาน TechTransThai
|
||||||
|
|
||||||
<div class="row" style="margin-top: 1cm">
|
<div class="section" style="margin-top: 1cm">
|
||||||
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://latenightdef.techtransthai.org/">
|
<a class="itemcard-stealth" target="_blank" rel="noopener noreferrer" href="https://latenightdef.techtransthai.org/">
|
||||||
<div class="listaction">
|
<div class="listaction">
|
||||||
<img src="https://latenightdef.techtransthai.org/icons/avatar.png" alt="no-avatar" width="80" height="80" style="margin: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
|
<img src="https://latenightdef.techtransthai.org/icons/avatar.png" alt="no-avatar" width="80" height="80" style="margin: 0.3cm; border-radius: 40px; box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13)">
|
||||||
|
|
Loading…
Reference in a new issue