css is now in old form

This commit is contained in:
asus
2024-05-27 14:18:48 +02:00
parent 04883ef891
commit 8ac471331f
6 changed files with 94 additions and 94 deletions

View File

@@ -9,13 +9,13 @@
grid-template-rows: 1fr auto 1fr;
*/
grid-template-rows: auto auto 1fr;
.subtitle {
text-align: center;
}
.cv {
#cv_download {
margin-top: 20px;
text-align: center;
}
}
}
#hero .subtitle {
text-align: center;
}
#hero .cv {
}
#hero .cv #cv_download {
margin-top: 20px;
text-align: center;
}