0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 14:08:23 -05:00

added class to control how new logo looks and behaves

This commit is contained in:
cybrejon 2023-12-05 20:08:15 +08:00
parent 4c95824a03
commit df813c3f4f

View File

@ -33,6 +33,10 @@ body {
display: flex;
}
.websurfx-logo {
width: clamp(12rem, 40rem, 48rem);
}
/* styles for the search box and search button */
.search_bar {