move global css overrides for row to works page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
509f83c87f
commit
62835099a0
2 changed files with 3 additions and 5 deletions
|
@ -32,10 +32,6 @@
|
|||
box-shadow: 0px 1px 4px 1px rgba(var(--black), 0.13);
|
||||
}
|
||||
|
||||
.row {
|
||||
grid-template-columns: 1fr 1.25cm 1.5cm;
|
||||
}
|
||||
|
||||
/* For tablet screens */
|
||||
@media only screen and (max-width: 600px) {
|
||||
.button.header {width: 3cm;}
|
||||
|
|
|
@ -10,7 +10,9 @@
|
|||
<title>Pongpeera Wongprasitthiporn's profile</title>
|
||||
<link rel="icon" type="image/webp" href="/icons/icon.webp">
|
||||
</head>
|
||||
|
||||
<style>
|
||||
.row {grid-template-columns: 1fr 1.25cm 1.5cm;}
|
||||
</style>
|
||||
<body>
|
||||
|
||||
<div class="topbar stealth">
|
||||
|
|
Loading…
Add table
Reference in a new issue