projects
/
gyiwr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15c6ad8
)
fixed grid for the interface
author
rick
<rick@gnous.eu>
Thu, 4 Apr 2024 20:26:28 +0000
(22:26 +0200)
committer
rick
<rick@gnous.eu>
Thu, 4 Apr 2024 20:26:28 +0000
(22:26 +0200)
css/style.css
patch
|
blob
|
blame
|
history
diff --git
a/css/style.css
b/css/style.css
index c40144ed0be22bc410f32fb07f083833a29a7eab..a77c56ecc73952da7c5efd927afaa6e4d0109eb7 100644
(file)
--- a/
css/style.css
+++ b/
css/style.css
@@
-4,7
+4,8
@@
body {
flex-direction: column;*/
display: grid;
min-height: 100vh;
- grid-template-rows: auto 1fr auto;
+ /*grid-template-rows: auto 1fr auto;*/
+ grid-template-columns: 0.2fr 1fr;
}
header {
@@
-72,7
+73,7
@@
header h2 {
}
#main {
- margin: 2em 3em 5em
3
em;
+ margin: 2em 3em 5em
1
em;
}
footer {